|
-
Oct 24th, 2021, 04:18 AM
#1
Addicted Member
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
 Originally Posted by Krool
That's an interesting question. So, a visual cue that a dropdown will appear when attempting to edit.
The not disturbing approach would be not to always show such a "chevron" but only when that cell is selected. Using the RowColChange event.
However, using a picture with right align and no overlap would be the easiest and dynamically set/clear upon RowColChange.
Difficult part is to create such a dynamic scaled picture at run-time. (Using DrawFrameControl etc.)
With respect to the above, can there be a boolean property in the vbFlexGrid (say 'ComboVisualCue') so that making it true will show the chevron while mouse hovers on the combo cells? Well, I understand the difficulty factor you mention in drawing the chevron during run-time, but since it is just for one cell only at any point of time, if and when you hit upon a way to achieve drawing the 'dynamically scaled' chevron in an easier manner, you may kindly think of my suggestion for a ComboVisualCue property. Thanks in advance.
And, I take this opportunity to once again thank you for the UseCrLf property in RichTextBox.
Kind regards.
Last edited by softv; Oct 24th, 2021 at 09:24 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
|