2022年6月21日

wpf listbox 无选中背景,及纵向横向排列完整实例

摘要: 建议使用ItemsControl替代,ListBox限制太多<TabItem Header="我的Tab页" Name="tabItem1"> <TabItem.Resources> <SolidColorBrush x:Key="Item.MouseOver.Background" Color=" 阅读全文

posted @ 2022-06-21 19:01 空明流光 阅读(437) 评论(0) 推荐(0)

WPF ListBox横向排列自动换行显示表单

摘要: 建议使用ItemsControl替代,ListBox限制太多 如果只是单纯的让ListBox可以横向配列,这样很简单,只需要更改ListBox的ItemsPanel模板就可以,例如: <ListBox><ListBox.ItemsPanel><ItemsPanelTemplate><WrapPane 阅读全文

posted @ 2022-06-21 17:15 空明流光 阅读(1723) 评论(0) 推荐(0)

导航