Page 40 of 40 FirstFirst ... 3037383940
Results 1,561 to 1,566 of 1566

Thread: VBFlexGrid Control (Replacement of the MSFlexGrid control)

  1. #1561
    Addicted Member
    Join Date
    Nov 2016
    Location
    Italy
    Posts
    223

    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?

  2. #1562
    PowerPoster
    Join Date
    Aug 2010
    Location
    Canada
    Posts
    2,787

    Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Quote Originally Posted by fabel358 View Post
    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.

  3. #1563

    Thread Starter
    PowerPoster
    Join Date
    Jun 2012
    Posts
    2,606

    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?

  4. #1564
    Addicted Member
    Join Date
    Nov 2016
    Location
    Italy
    Posts
    223

    Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Quote Originally Posted by Krool View Post
    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.

  5. #1565

    Thread Starter
    PowerPoster
    Join Date
    Jun 2012
    Posts
    2,606

    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

  6. #1566
    Addicted Member
    Join Date
    Nov 2016
    Location
    Italy
    Posts
    223

    Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Many thanks. Works very well!
    Last edited by fabel358; Today at 03:21 AM.

Page 40 of 40 FirstFirst ... 3037383940

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