随笔分类 - WPF
摘要:设置 ComboBox圆角样式 1 <Style TargetType="{x:Type ComboBox}"> 2 <Setter Property="Width" Value="120"></Setter> 3 <Setter Property="HorizontalAlignment" Val
阅读全文
摘要:1.在工具中找到这四个dll 并且引用到新的Demo中 (1).Stimulsoft.Base.dll (2).Stimulsoft.Report.dll (3).Stimulsoft.Report.Wpf.dll (4).Stimulsoft.Data.dll 2.WPF 创建MainWindow
阅读全文