随笔分类 - WPF
自定义WPF UI控件,并实现binding属性
摘要:<UserControl x:Class="CostWPF.UserControls.LabelComboBox" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:d="http://schemas.mi
阅读全文
使用 WPF Prism 添加UserControl时,设计器没有实时显示
摘要:xmlns:hc="https://handyorg.github.io/handycontrol" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformat
阅读全文
WPF 宽度跟父控件(或者另一个控件)走
摘要:<UserControl Width="{Binding RelativeSource= {RelativeSource FindAncestor, AncestorType={x:Type ListView}}, Path=ActualWidth}" Height="{Binding Relati
阅读全文