Just started playing with Flexgrids...Im sure there will be more ?'s to follow....
How do I label the Header Row??
thnx
Printable View
Just started playing with Flexgrids...Im sure there will be more ?'s to follow....
How do I label the Header Row??
thnx
You can label any cell programmatically using fg.TextMatrix(row, col) = "Text". The header row is row 0.
You can also set up the headers at design time by choosing the style tab from custom properties, and entering headings in the Format textbox e.g. one|two would give you two columns called one and two.