摘要: public class ListBoxAutoScrollBehavior : Behavior<ListBox> { protected override void OnAttached() { AssociatedObject.SelectionChanged += AssociatedObj 阅读全文
posted @ 2024-11-19 23:39 FredGrit 阅读(20) 评论(0) 推荐(0)
摘要: <DataGrid.ContextMenu> <ContextMenu> <MenuItem Header="Export" Command="{Binding ExportCommand}" CommandParameter="{Binding RelativeSource={RelativeSo 阅读全文
posted @ 2024-11-19 00:48 FredGrit 阅读(39) 评论(0) 推荐(0)