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

Method SetAlternatingRowBG

tableview.go:589–593  ·  view source on GitHub ↗

SetAlternatingRowBG sets the alternating row background.

(enabled bool)

Source from the content-addressed store, hash-verified

587
588// SetAlternatingRowBG sets the alternating row background.
589func (tv *TableView) SetAlternatingRowBG(enabled bool) {
590 tv.alternatingRowBG = enabled
591
592 tv.Invalidate()
593}
594
595// Gridlines returns if the rows are separated by grid lines.
596func (tv *TableView) Gridlines() bool {

Callers 1

CreateMethod · 0.95

Calls 1

InvalidateMethod · 0.95

Tested by

no test coverage detected