AD
Administrator
Syncfusion Team
March 12, 2004 02:09 PM UTC
No.
I think you could try to use two grids for this. One that did not scroll and the other that did. This way you could hide teh scrollbar on the fixed and provided you sited the grids in the proper manner, you could have the appearance of a scrollbar in the middle of a single grid.
You could also try using a virtual grid to manage this, but the crollbar would be on the right. In your QueryCellInfo, you would provide teh fixed data based on the relative row (subtractingthe grid.TopRowIndex to get the relative row) instead of the normal absolute row. Bit you would also have to trun off some scrolling optimizations as the whole grid would have to be repainted with each scroll.