|
-
Feb 13th, 2004, 07:56 AM
#1
Thread Starter
Member
How can i hide the rows in MSFlexGrid
hi
i am using MSFlexgrid in my application , i question is how can hide the rows in that .
dont say that rowheight=0, i can do in that way, but in each cell i have pictures , when i change the rowheight to 0 , the pictures are coming to up.(some part is showing.)
plz help me.
-
Feb 16th, 2004, 07:58 AM
#2
New Member
Flexigrid
I dont know if you can but,
You could set the column width to zero for the column you want to hide
msFlexgrdid1.Column(2).Width,
I cant remember the exact syntax but this is close enough to get you started
-
Feb 16th, 2004, 08:00 AM
#3
New Member
OOPS
Sorry I misread your post...
I must learn to pay attention
-
Feb 16th, 2004, 08:08 AM
#4
New Member
Query
You dont say why you want to hide the rows, could you be more selective with your SQL and dont show the rows that way?
-
Feb 19th, 2004, 01:37 AM
#5
Thread Starter
Member
hi
actually i can requery depend on the user conditions but its taking too much time because i am displaying so many pic in the cells , so for that reason i dont remove the rows which are not satisfied with condition so i want to just hide those rows. instead of that if remove all and display again from starts this will be not feasible for my application.
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
|