SetAlternatingRowBG sets the alternating row background.
(enabled bool)
| 587 | |
| 588 | // SetAlternatingRowBG sets the alternating row background. |
| 589 | func (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. |
| 596 | func (tv *TableView) Gridlines() bool { |