Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想“冻结”WPF 中的列和行。
我想实现一个表(状态机),其中第一行是状态,第一列是命令。其余的单元格充满了事件。为了提高可用性,我想始终保持第一行和第一列可见,因此即使在表格的最底部,状态和命令也是可见的。
DataGrid 提供了这种功能,但 DataGrid 单元格看起来不够灵活。我想使用网格。ScrollViewer 基本上是我需要的,但我还没有弄清楚如何同时将它用于多个网格。
有没有办法(同时)冻结第一行和第一列?
我认为没有办法冻结网格的列或行。但是您可以使用 4 个网格。将 Column 和 Rowsize 与SharedSizeGroup.
SharedSizeGroup