上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 120 下一页
摘要: public struct XYPoint { public double X { get; set; } public double Y { get; set; } } public MainVM() { LiveCharts.Configure(config => { config.HasMap 阅读全文
posted @ 2025-07-15 23:13 FredGrit 阅读(25) 评论(0) 推荐(0)
摘要: install-package LiveChartsCore.SkiaSharpView.WPF -Version 2.0.0-beta.90 //xaml <Window x:Class="WpfApp3.MainWindow" xmlns="http://schemas.microsoft.co 阅读全文
posted @ 2025-07-15 22:06 FredGrit 阅读(142) 评论(0) 推荐(0)
摘要: //xaml <DataGrid.Columns> <DataGridTemplateColumn> <DataGridTemplateColumn.CellTemplate> <DataTemplate> <Grid ShowGridLines="True" Width="{Binding Dat 阅读全文
posted @ 2025-07-13 20:42 FredGrit 阅读(10) 评论(0) 推荐(0)
摘要: public class DataGridKeyDownBehavior : Behavior<DataGrid> { public ICommand Command { get => (ICommand)GetValue(CommandProperty); set => SetValue(Comm 阅读全文
posted @ 2025-07-11 22:17 FredGrit 阅读(13) 评论(0) 推荐(0)
摘要: <DataGrid.RowStyle> <Style TargetType="DataGridRow"> <Setter Property="Background" Value="{Binding Id,Converter={StaticResource idColorConverter}}"/> 阅读全文
posted @ 2025-07-10 23:16 FredGrit 阅读(9) 评论(0) 推荐(0)
摘要: install-package Microsoft.Windows.Compatibility install-package System.Windows.Forms -version 4.0.0.0 install-package System.Data.SqlClient --version 阅读全文
posted @ 2025-07-05 20:45 FredGrit 阅读(22) 评论(0) 推荐(0)
摘要: install-package Microsoft.Windows.Compatibility install-package System.Windows.Forms -version 4.0.0.0 install-package System.Data.SqlClient --version 阅读全文
posted @ 2025-07-05 19:55 FredGrit 阅读(24) 评论(0) 推荐(0)
摘要: <i:Interaction.Triggers> <i:EventTrigger EventName="PreviewMouseWheel"> <i:InvokeCommandAction Command="{Binding MouseWheelCommand}" CommandParameter= 阅读全文
posted @ 2025-06-29 22:06 FredGrit 阅读(35) 评论(0) 推荐(0)
摘要: <MenuItem Header="Export All" Command="{Binding ExportAllCommand}" CommandParameter="{Binding RelativeSource={RelativeSource Mode=FindAncestor,Ancesto 阅读全文
posted @ 2025-06-29 20:51 FredGrit 阅读(12) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp40.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/20 阅读全文
posted @ 2025-06-17 15:21 FredGrit 阅读(28) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 120 下一页