Hello,
I have a wingrid that has the rowsizing property set to AutoFree and contains many bands. in each of these bands, there is one row of varying size (some just one line, others can be upwards of 30 lines. I have noticed that when scrolling (using mouse wheel, or scroll bar on left), that the grid always scrolls using the region of each band at the top of the visible grid. This behavior is not desired because scrolling is not consistant. What would be the best way to implement something similar to free scrolling? Thanks for any help
-Chris
Hello ,
After some research, this issue has been determined to be a new feature request. I have sent your feature request directly to our product management team. Our product team chooses new feature requests for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your feature is chosen for development, you will be notified at that time. Your reference number for this feature request is FR13188.
If you would like to follow up on your feature request at a later point, you may contact Developer Support management via email. Please include the reference number of your feature request in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
Mike,
Sorry about the confusing statement. You actually answered my question with this answer.
Mike Saltzman"]But I can tell you that the grid's vertical scrolling is row-based. That is, the grid always scrolls one row at a time
I would like to see something like pixel based scrolling, so i think i will submit a feature request. When you have a row's autosize property to auto free, this can end up making scrolling clumsy if there is a row that ends up having a big height. Thanks
Hi Chris,
I'm not sure what you mean by this:
ChrisBrooks said:I have noticed that when scrolling (using mouse wheel, or scroll bar on left), that the grid always scrolls using the region of each band at the top of the visible grid.
But I can tell you that the grid's vertical scrolling is row-based. That is, the grid always scrolls one row at a time. There is no way around this. The grid does not have any functionality for pixel-based vertical scrolling.