MCPcopy Index your code
hub / github.com/lxn/walk / Invalidate

Method Invalidate

tableview.go:664–669  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

662}
663
664func (tv *TableView) Invalidate() error {
665 win.InvalidateRect(tv.hwndFrozenLV, nil, true)
666 win.InvalidateRect(tv.hwndNormalLV, nil, true)
667
668 return tv.WidgetBase.Invalidate()
669}
670
671func (tv *TableView) redrawItems() {
672 first := win.SendMessage(tv.hwndNormalLV, win.LVM_GETTOPINDEX, 0, 0)

Callers 2

SetAlternatingRowBGMethod · 0.95
StretchLastColumnMethod · 0.95

Calls 1

InvalidateMethod · 0.65

Tested by

no test coverage detected