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

Method visibleFrozenColumnCount

tableview.go:1025–1035  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1023}
1024
1025func (tv *TableView) visibleFrozenColumnCount() int {
1026 var count int
1027
1028 for _, tvc := range tv.columns.items {
1029 if tvc.frozen && tvc.visible {
1030 count++
1031 }
1032 }
1033
1034 return count
1035}
1036
1037func (tv *TableView) visibleColumnCount() int {
1038 var count int

Callers 8

setSortIconMethod · 0.95
StretchLastColumnMethod · 0.95
SaveStateMethod · 0.95
RestoreStateMethod · 0.95
lvWndProcMethod · 0.95
SetFrozenMethod · 0.80
sendMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected