Windows Platfom Progress
Opened this issue · 7 comments
Is there enough implemented in the Windows Platform for this to be usable?
Yes, Windows is usable. One caveat is that there is an issue with Xamarin.Forms 2.0.0 that will cause errors on Windows platforms. You can follow the progress of that fix at:
Also, to see source for a windows project using DataGrid, you can download the Zumero for SQL Server Test App at http://zumero.com/dev-center/zss/
Excellent. One other question, is there a way to bind the "columns" to a collection? I am looking for something that has most of the functionality of a data grid that has 1 row and scrolls horizontally.
Cool thanks
It's not a thing that we've tried, but it should be possible. You may end up with memory issues if you're using lots of column headers, as they have a different lifecycle than grid cells.
Is it support for nested Grid view? In one of my project has the requirement of nested gridview. I tried with default List view control it is not working with Android and crashes the app.while scrolling. So that I want to confirm It will work for Nested Grid View.
@balaameex In general, I suspect that anytime you nest a scrolling thing inside another scrolling thing, it will not work well. I don't know exactly what will happen if you try to nest DataGrids, but I don't think it will work.