继承关系
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ItemsControl
System.Windows.Controls.Primitives.Selector
System.Windows.Controls.ListBox
System.Windows.Controls.ListView
Listbox派生自Selector抽象类。而ListView则派生自ListBox,增加了一个View依赖属性。
ListBox
Listbox可以允许用户选择一个和多个Item,是一个列表控件,用于显示条目类的数据,默认每行只能显示一个内容项,当然,我们可以通过修改它的数据模板,来自定义每一行(元素)的数据外观,达到显示更多数据的目的。
属性分析
SelectionMode:允许选择一个或多个项目。
ScrollIntoView:滚动到合适位置,以便选择项可见。
Selectio

最低0.47元/天 解锁文章
3884

被折叠的 条评论
为什么被折叠?



