WPF 网格列调整大小
我正在使用 DataGrid 和 Grid ,我想通过拖动来调整网格列(无论是 Grid 还是 DataGrid)的大小,不仅在标题行部分(DataGrid)中,它必须在任何单元格中。
我知道我应该使用 GridSplitter ,但我不想定义很多列作为 GridSplitter 的位置:对于具有 20 列的普通网格,我将定义 19 列以使网格可调整大小,太困惑了!
那么有没有办法使网格列可调整大小,但不改变xaml中原始网格的结构
I am working with DataGrid and Grid , I want to resize column of grid (no matter Grid or DataGrid) by dragging , not only in header row section (DataGrid) ,it must be in any cell .
I knew I should use GridSplitter , but I don't want define many columns as place for GridSplitter :for a normal grid with 20 columns , i will define 19 columns to make grid resizable , so confused !!!
so is there any way to make the grid column resizable , but don't change the structure of original grid in xaml
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论