|
-
Nov 30th, 2017, 09:28 AM
#10
Fanatic Member
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
REMARKS/QUESTIONS
A)
Can I get the width of the vertical scrollbar?
(Now I get it using GetSystemMetrics - perhaps there is a property in the Grid I don't know of?)
B)
An AutoSizeColumn feature would be highly appreciated.
C)
AutoSizeColumn could also work on a doubleclick between columns.
D)
I think GridLines/GridLinesFixed is mixed, or I get the meaning wrong.
E)
Something like IntegralHeight would be useful.
Now I do: .Height = ((Int(.Height / .CellHeight)) * .CellHeight)
---
Otherwise, the grid works great, it is also quite fast.
A very good replacement for the old MsFlexGrid.
Karl
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
|