I have a grid which contains a single record. The following grid properties are set:
UseRowLayout = True
RowLayoutLabelPosition = Left
RowLayoutLabelStyle = WithCellData
AllowRowyLayoutColMoving = AllowAll
Scrollbars = Automatic
ScrollBounds = ScrollToLastItem
ScrollStyle = Deferred
This allows me to customize where my cells are displayed within the grid. When the user hovers over the grid the horizontal scrollbar will appear if there are cells out of view horizontally so I can scroll to view them. This is a good thing.
The problem is that the vertical scrollbar does not appear when there are cells out of view vertically. So the only way I can view those cells is to increase the height of the grid.
I also have a grid with multi-rows with the same settings and the scrollbars appear as expected.
Hi,
No, this behavior has not changed in any version of the grid.
Well i am also facing the same issue, only thing i want to confirm is that, either in any of new upgrade of infragistics, this issue has been resolved or not. As this discussion took place almost year later so i want to confirm this. Please do inform if this issue has been fixed.
Thank You
I have not found a work-around as of yet. Just dealing with the issue. So far the only thing I can think of is to set a minimum height on the grid, but that really takes away a big part of the purpose for this type of layout in the first place.
I have the same problem.
How can we fix this or what 's the workaround for this ?
Vertical scrolling in the grid is row-based. So if you have a row that is taller than the available area of the grid, you will never be able to scroll parts of it into view.