Hello,
I want my Flexgrid to appear like this, without any grey area.
![Name: fg.jpg
Views: 39
Size: 17.5 KB]()
I got it by
I still had to adjust the width and height of Flexgrid, by trial and error, to completely get rid of the grey areas on the right and at the bottom.
Is there some way to do it directly, without all that tweaking?
I want my Flexgrid to appear like this, without any grey area.
I got it by
Code:
fg.ColWidthMin=fg.Width/fg.Cols
fg.RowHeightMin=fg.Height/fg.Rows
fg.ScrollBars=vbSBNone
fg.BorderStyle=FlexBorderStyleNone
Is there some way to do it directly, without all that tweaking?