Hi everyone,
So, at my work we have a Performance Summary application, which loads all kinds of data into FlexGrids. The program is written in C#, and is made to run on Pocket PC 2003. Throughout my time with FlexGrid so far, I've come across a few issues, for which I haven't yet been able to find a solution. So, hopefully someone here can give me a hand.
1.) When I set SelectionMode to Row, and highlight, when focused, I get almost the desired effect. All of the row selects however, the highlight is applied to all cells but the one I click on to select the row. How can I make the whole line do the same thing?
2.) On my Flexgrid, I have a fixed Row in the first position Rows[0], which I am using as a header Row. Two questions here. First, one is their an actual header row implementation, seperate from the way I've done it? And the second question is actually a problem. For whatever reason, I am getting blank space following the rows in the Grid. My grid, has it's row count set at 10, to force the scrollbar to appear (at the moment), however, after the 10th row, I have more space inside the grid with no rows in it. Interestingly, the space at the bottom is about the same height as the Row[0] I'm using as a header. And if I hide Row[0], or set it not fixed, the blank space goes away. Any thoughts?3.) Such a simple thing to want to do, but I cannot find an option to put a border on a Label. Am I blind?
Thanks in advance for all your help, I really need to get these minor issues cleared up.Kevin
Hello Kevin,
Welcome to FlexGrid! Could you send me your code (if you are able to) so I can look at what you have in there. I have some ideas but I want to know what direction your code is going so I can help you out a lot faster.
Thanks!
-Steve