Horizontalscrollview Shrinks Gridview To Small Line
When I put a HorizontalScrollView around a GridView, the GridView gets compressed into a small column on the left. The Gridview's vertical scrollbar even appears on the left. The H
Solution 1:
I understand now why this cannot be done. There should be a way to force the GridView to load all horizontal items and allow horizontal scrolling.
The better choice would be for them to implement some kind of DataGrid control. Most people are under the impression that GridView like a DataGrid.
Post a Comment for "Horizontalscrollview Shrinks Gridview To Small Line"