Hi,
Infragistics.Win.UltraWinGrid.UltraGrid in my windows application. A row can have any amount of data in a given column. The problem I am facing is that if a cell data is more than what can be shown on screen. In this case using the scrollbar takes me to the next row, I can not see the remaining data of the previous row. Is there anyway to do a line scroll rather than a row scroll?
This is urgent. Any help will be appreciated.
Thanks,
dhan
There's no way to scroll a row if that row is taller than the grid. So it's generally a good idea to try to prevent a single row from being taller than the grid or give the users the ability to resize the control to make it big enough to fit.
You can scroll the contents of a cell by setting VertScrollBar on the column to true, also.