|
-
May 14th, 1999, 05:27 PM
#2
Re: Need Help with MSFlexGrid Control
I use something like this, see if it helps
grid.SetRows(4);
grid.SetCols(3);
...
...
grid.SetRow(1);
grid.SetCol(1);
grid.SetText("Row1Col1");
grid.SetRow(1);
grid.SetCol(2);
grid.SetText("Row1Col2");
...
Now, I am posting a question titled "MSFlexGrid- Keyboard navigation", pls see if you can answer that.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|