:: Forum >>
setting the rowSelector text on the footer row
How Would I set the row selector text for the footer row?
Gary
Thursday, March 16, 2006
The content of the footer row selector is linked to the bottom model, so obj.setBottomText("abc") should set the text
obj.setFooterVisible(true);
obj.setSelectorVisible(true);
obj.setSelectorWidth(40);
obj.setBottomText("abc");
Alex (ActiveWidgets)
Thursday, March 16, 2006
Thanks, Alex! That's exactly what I needed.
Gary
Thursday, March 16, 2006
This topic is archived.
Back to support forum
Forum search