Hi, how do I set the caption for the fixed row of the MSFlexgrid? thanx.
Printable View
Hi, how do I set the caption for the fixed row of the MSFlexgrid? thanx.
okay, right click on flexgrid and bring up properties. Then select the style tab. In the format section type in >Number|<Description. The > means to right justify. < means left justify. ^ means center. The | (shift backslash key) means to put the following (description) in the next column. Now you have headings in the fixed row of your flexgrid. Also the Column heading determines the width of the column itself , so if you need more width then place some spaces in the format string above
David Paulson
Hi, thanks for your response. The solution you've given works when the program is first run. However when the grid data changes, the title bar disappears again. How should I solve this? Thanks again.
check the fixed row property of the flexgrid. This should be set to 1 for 1 fixed row.
David Paulson