Freeze DataGrid Row

前端 未结 2 1509
死守一世寂寞
死守一世寂寞 2020-12-14 10:09

I was wondering if in a WPF datagrid in .net 4.0, is it possible to have a static row.

What I am trying to achieve is to create a static row (row 0), that will alway

2条回答
  •  一向
    一向 (楼主)
    2020-12-14 11:00

    I am not sure about the rows but you can freeze columns using FrozenColumnCount. This way it will always be visible. There should be a freeze property.

提交回复
热议问题