Can we drag and expand the column or row from grid in .net MAUI

289 Views Asked by At

I want to design table where I can drag and expand the columns is it possible in .net MAUI?

1

There are 1 best solutions below

0
retupmoc258 On

What you probably want is something called DataGrid. It looks a lot like an Excel sheet/Google Sheet with resizable columns. I believe you can also resize the rows. I have not used it personally, but I believe it works similarly to the GridView class. DataGrid is fully supported in MAUI.