-
Jul 8th, 2025, 11:32 AM
#1561
Addicted Member
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
I'm experimenting with vbflexgrid and it's a great ocx. In my test project, I discovered that the mouse wheel scrolls 5 lines up or down for each movement. While the "down" and "up" keys only move one line. I haven't been able to look at all 40 pages that deal with this ocx on VbForums to see if the topic has already been discussed. I would also like the mouse wheel to move only one line: is it possible?
-
Jul 8th, 2025, 01:05 PM
#1562
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
 Originally Posted by fabel358
I'm experimenting with vbflexgrid and it's a great ocx. In my test project, I discovered that the mouse wheel scrolls 5 lines up or down for each movement. While the "down" and "up" keys only move one line. I haven't been able to look at all 40 pages that deal with this ocx on VbForums to see if the topic has already been discussed. I would also like the mouse wheel to move only one line: is it possible?
The # of mouse wheel lines used is defined by your system settings, however it appears that Krool could expose a property to allow the default to be overridden. I've submitted a pull request to Krool for this feature, but I'm not sure if it will be accepted or not.
-
Jul 10th, 2025, 02:43 PM
#1563
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
Thanks for the pull request. For the Ocx this would mean another typelib jump. Also the space at the property page is getting rare. Would you mind if that new exposed WheelScrollLines property would be run-time only?
-
Yesterday, 12:34 AM
#1564
Addicted Member
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
 Originally Posted by Krool
Thanks for the pull request. For the Ocx this would mean another typelib jump. Also the space at the property page is getting rare. Would you mind if that new exposed WheelScrollLines property would be run-time only?
In my opinion it may not be a "property" but it could also be set in "Run-Time", if it is possible.
-
Yesterday, 01:07 PM
#1565
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
Update released.
Included the run-time WheelScrollLines property. Set a value of -1 to use the system setting. (default)
The OCX got updated and typelib jumped to 1.3
Code:
Object={075212A8-C1CF-444E-939D-F6046CCDBC08}#1.3#0; VBFLXGRD18.OCX
-
Yesterday, 04:41 PM
#1566
Addicted Member
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
Many thanks. Works very well!
Last edited by fabel358; Today at 03:21 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
|