Results 1 to 40 of 1650

Thread: VBFlexGrid Control (Replacement of the MSFlexGrid control)

Threaded View

  1. #11

    Thread Starter
    PowerPoster
    Join Date
    Jun 2012
    Posts
    2,728

    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.

    Name:  FlexComboBoundColumn.png
Views: 2311
Size:  5.7 KB
    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
  •  



Click Here to Expand Forum to Full Width