摘要: DataTemplate,Describes the visual structure of a data object. ControlTemplate,Specifies the visual structure and behavioral aspects of a System.Window 阅读全文
posted @ 2024-04-25 00:09 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <Window x:Class="WpfApp68.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/20 阅读全文
posted @ 2024-04-21 22:04 FredGrit 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1.Remove StartUri="MainWindow.xaml" in App.xaml; 2.In the App.xaml.cs,overrive as below using System; using System.Collections.Generic; using System.C 阅读全文
posted @ 2024-04-20 18:51 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1.Install livecharts.wpf in nuget 2.usercontrol //xaml <UserControl x:Class="WpfApp64.Bar" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/present 阅读全文
posted @ 2024-04-19 17:03 FredGrit 阅读(1) 评论(0) 推荐(0) 编辑
摘要: WPF Debug Live Visual Tree Right click,show properties,DataContext 阅读全文
posted @ 2024-04-17 00:25 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System 阅读全文
posted @ 2024-04-17 00:13 FredGrit 阅读(1) 评论(0) 推荐(0) 编辑
摘要: //xaml <Window x:Class="WpfApp58.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2024-04-15 20:46 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <DataGrid.ItemContainerStyle> <Style TargetType="{x:Type DataGridRow}"> <Setter Property="FontSize" Value="20"/> <Setter Property="Foreground" Value=" 阅读全文
posted @ 2024-04-15 16:55 FredGrit 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1.Install package,Microsoft.Xaml.Behaviors.Wpf 2.Add xaml reference in xaml xmlns:behavior="http://schemas.microsoft.com/xaml/behaviors" 3. <behavior: 阅读全文
posted @ 2024-04-15 16:48 FredGrit 阅读(3) 评论(0) 推荐(0) 编辑
摘要: <Window x:Class="WpfApp58.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/20 阅读全文
posted @ 2024-04-15 16:14 FredGrit 阅读(3) 评论(0) 推荐(0) 编辑