Dhir_Pratap
9 years agoStreaming Star
Horizontal scrolling in a Grid
I want to have a grid like component which would have horizontal and vertical scrolling. I have been looking at two components but they have some limitations.
1. Rowlist: When I scroll to left/right only one row scrolls at a time. Is there a way for all the rows to be scrolled together along with the focused row.
2. MarkupGrid: This component does not allow me to have horizontal scrolling when the number of columns extend beyond the screen width. I want to prefer this component since it allows me to have variable column width and height. Is there a way to make MarkupGrid scroll beyond screen so that the out of view column starts coming into view and the initial columns move out of view?
You can imagine this component as spreadsheet document. Pls suggest me some ideas.
1. Rowlist: When I scroll to left/right only one row scrolls at a time. Is there a way for all the rows to be scrolled together along with the focused row.
2. MarkupGrid: This component does not allow me to have horizontal scrolling when the number of columns extend beyond the screen width. I want to prefer this component since it allows me to have variable column width and height. Is there a way to make MarkupGrid scroll beyond screen so that the out of view column starts coming into view and the initial columns move out of view?
You can imagine this component as spreadsheet document. Pls suggest me some ideas.