摘要: 背景 列标题过长 datagrid 没有数据时不显示滚动条,如下图: 解决方案 外面套一个ScrollViewer 就能解决问题: <ScrollViewer Grid.Row="2" HorizontalScrollBarVisibility="Auto" VerticalScrollBarVis 阅读全文
posted @ 2022-09-22 16:29 宋桓公 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 背景 一次被客户吐槽这个虚线太丑了吧? 解决方案 这个是通过键盘获取焦点的时候,或者突然出现。 确实不好看,这里有个简单的办法:FocusVisualStyle 设置为NULL <Button.Resources> <Style TargetType="Button"> <Setter Proper 阅读全文
posted @ 2022-09-22 15:53 宋桓公 阅读(98) 评论(0) 推荐(0) 编辑