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
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.
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