--- In [email protected], "Danko Kozar" <[EMAIL PROTECTED]> wrote: > > I am testing both of this examples, thanks.. > > Question: is there any possibility to control the DataGrids > scrolling thumb position and height? > > Because this way a page size would be fixed (rows not scrolling at > all) and the scroller would be used just for navigation through > pages (instead of the "breadcrumbs" section above the grid). It > would also give an info of current page / total pages. > It would be nice if the scroller position and height could be set in > percentage (e.g. positionFromTop=20, height=10) while the loaded > rows count is always equal to grid rows count.
yes, well probably, the VScrollBar has a lot of flexability in it's display. To be honest this is the first time I've ever used one directly and I haven't explored it fully. But you should be able to get it to work the way you want it too. > >

