wpf datagrid:行详细信息元素定位
我想将行详细信息模板内的元素与列位置对齐。
用户可以移动列,因此该值将在运行时发生变化。
是否可以将列位置属性传递给行详细信息元素,以便它们可以相应地定位?
I would like to align elements inside a row details template, with a column position.
user can move columns so this value would be changing during runtime.
Is it possible to pass a columns position properties to Row Details elements so that they can position accordingly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用网格控件的共享大小范围功能
http:// /msdn.microsoft.com/en-us/library/system.windows.controls.grid.issharedsizescope(v=VS.90).aspx
You may try to use shared size scopes feature of Grid control
http://msdn.microsoft.com/en-us/library/system.windows.controls.grid.issharedsizescope(v=VS.90).aspx