MCPcopy
hub / github.com/lxn/walk / ColumnsSizable

Method ColumnsSizable

tableview.go:505–509  ·  view source on GitHub ↗

ColumnsSizable returns if the user can change column widths by dragging dividers in the header.

()

Source from the content-addressed store, hash-verified

503// ColumnsSizable returns if the user can change column widths by dragging
504// dividers in the header.
505func (tv *TableView) ColumnsSizable() bool {
506 style := win.GetWindowLong(tv.hwndNormalHdr, win.GWL_STYLE)
507
508 return style&win.HDS_NOSIZING == 0
509}
510
511// SetColumnsSizable sets if the user can change column widths by dragging
512// dividers in the header.

Callers 1

NewTableViewWithCfgFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected