Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » To set data in GridCtrl's Indicator
| Re: To set data in GridCtrl's Indicator [message #38140 is a reply to message #37809] |
Sun, 02 December 2012 16:51   |
|
|
I added SetAny (similarly to SetRaw it has access to any column, row but also sets embedded controls and refreshes the cell) and SetIndicator which allows to set text for indicator. Example:
grid.Indicator(true, 100);
grid.SetIndicator(5, "Ultimate++");
Second line sets text for indicator in row 5. If text is displayed indicator's icon is aligned to the left instead of to the center.
If you need something beyond that please write.
|
|
|
|
Goto Forum:
Current Time: Mon Jan 19 19:02:42 CET 2026
Total time taken to generate the page: 0.16270 seconds
|