更改 GridViewColumn 宽度时将网格列锁定到位
我有一个用于 gridview 列的 DataTemplate,它有 2 个项目,一个图像和一个文本块,我想将图像“锁定”到列的左侧,即使用户扩展列的宽度,我希望图像保持原样。
有什么想法吗?
I have a DataTemplate for a gridview column, it has 2 items in it, an image and a text block, I want to "lock" the image to the left side of the column, even if the user expand the width of the column, I want the image to stay put.
any ideas ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将
GridViewColumnHeader
的HorizontalContentAlignment
设置为 Stretch然后,如果您希望
TextBlock
居中,您的 HeaderTemplate 可能看起来像这样。 否则只需删除HorizontalAlignment
Try to set
HorizontalContentAlignment
to Stretch forGridViewColumnHeader
Then your HeaderTemplate can look something like this if you want the
TextBlock
to be centered. Otherwise just remove theHorizontalAlignment