Open Suriman opened 7 years ago
Xamarin.Forms includes among its Layouts a Grid that allows you to position elements in rows and columns. Do you mean that?. If we talk more about a DataGrid control that supports a collection of elements as a source, you may find this project interesting. It is a Toolkit of controls where you can find among others a DataGrid.
Sorry, I was referring to a DataGrid control. From what I have seen is a simple implementation compared to commercial DataGrids, do you know any commercial datagrid for GTK ?.
Actually this DataGrid control for the Xamarin.Forms GTK backend will allow you to use the TreeView control available in GTK. This Widget is quite complete and with lots of options and possibilities. My idea is to expose as much as possible. What needs would you have? Your feedback can help me working on the control.
Sorry for the delay in reply, I've been on vacation. Here are some basic features that a Grid version should have:
Will there be support for a Grid control in the future?