wpf
weixin_40650684
这个作者很懒,什么都没留下…
展开
-
WPF 自定义CheckBoxList控件 使用集合作为数据源
1.自定义控件<UserControl x:Class="AAA.Control.CheckBoxList" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlfor原创 2022-02-14 14:22:02 · 567 阅读 · 0 评论 -
WPF使用数据触发器,根据数据源范围改变控件样式
转换器 public class SourceToBooleanConverter : IValueConverter { // Convert enum [value] to boolean, true if matches [param] public object Convert(object value, Type targetType, object param, CultureInfo culture) {原创 2021-12-10 17:17:24 · 482 阅读 · 0 评论