Connecting Tech Pros Worldwide Forums | Help | Site Map

How to change the row size of flexgrid

chandru8's Avatar
Familiar Sight
 
Join Date: Sep 2007
Posts: 145
#1: Aug 5 '08
Hi to all
Iam using vb6.0, in that iam displaying some data's in msflexgrid the problem is iam diaplaying a large passage and that too is not comman so i used word wrap but i couldn't specify the row height accurately.
can any help in this will be very greatful.
i used allowuserrezing also but they have to drag each row it was difficult..,


thanks in advance

QVeen72's Avatar
Moderator
 
Join Date: Oct 2006
Location: Bangalore
Posts: 1,385
#2: Aug 6 '08

re: How to change the row size of flexgrid


Hi,

Try This :

Grd.RowHeight(1) = 1000
Changes Row Height of the first row..

Regards
Veena
chandru8's Avatar
Familiar Sight
 
Join Date: Sep 2007
Posts: 145
#3: Aug 8 '08

re: How to change the row size of flexgrid


thanks for your reply
i need to find the length of the cell according to that i need increase the row height.we need to show the all the words .sometimes i could n't predict the size so the words hidden
Reply