Eto GridView frozen column

Hi,

is there a way to freeze a column in a gridview in Eto, similar to what you can do in winform ( Freeze Columns in DataGridView Control - Windows Forms | Microsoft Learn ) it would be really helpful to have it

Alberto

Hey @Alberto,

Unfortunately there is no such feature currently, and it looks not so easy to do on Mac (or Gtk) as it involves creating two GridViews and syncing data, scroll position, and selection. However, I’ve created RH-91460 Add ability to freeze columns in GridView so we don’t lose track of this request.

Thanks!
Curtis.

Thanks, this is a very helpful feature when you have wide tables such as we have for grading shoes.