:: Forum >>
Getting rid of the row markers
I would like to get rid of the row markers (i.e 1, 2, 3, ..). is this possible?
Nicholas
Wednesday, January 28, 2004
To get rid of the numbers use:
obj.setRowText("");
To remove the row headers column completely:
obj.setRowHeaderWidth("0px");
Alex (ActiveWidgets)
Wednesday, January 28, 2004
Great! Thanks Alex.
Nicholas
Wednesday, January 28, 2004
how do i remove the 3D look of the row markers? ie. i want the row markers to look like normal cells..
wonder
Wednesday, February 11, 2004
This topic is archived.
Back to support forum
Forum search