|
-
Jul 24th, 2024, 11:42 AM
#11
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
Update released.
Included the ComboBoundColumn/ColComboBoundColumn run-time property. (zero-based integer)
This defines the column which will be bound to the text box for the multi-column drop-down list.
The default value is 0 which is the first column. The demo project uses the col lookup property to map Id's to Names.
With this new functionality the drop-down list uses the second column (ColComboBoundColumn() = 1) and the first column display the Id's.
Some improvement of the visualization:
The un-bound columns have as text color gray (&H808080; like the ListView uses on Tile view for the subitems) and the lines between the columns have the color of the default grid color (&HC0C0C0).
The bound column will have as text color vbWindowText. The header has vbButtonText and vbButtonFace as background.
Last edited by Krool; Jul 24th, 2024 at 11:48 AM.
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
|