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

Method visibleColumnCount

tableview.go:1037–1047  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1035}
1036
1037func (tv *TableView) visibleColumnCount() int {
1038 var count int
1039
1040 for _, tvc := range tv.columns.items {
1041 if tvc.visible {
1042 count++
1043 }
1044 }
1045
1046 return count
1047}
1048
1049func (tv *TableView) visibleColumns() []*TableViewColumn {
1050 var cols []*TableViewColumn

Callers 4

SetModelMethod · 0.95
StretchLastColumnMethod · 0.95
RestoreStateMethod · 0.95
lvWndProcMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected