qshinoの日記

Powershell関係と徒然なこと

2017-09-01から1日間の記事一覧

wpf converter

wpf

wpf converter 動作未確認だが、Converterの実装方法を調査中。 xaml I want to use WPF DataTrigger to check value greater than X. I know that this is only possible with IValueConverter. I have found many C# examples for that, but I need it in …

wpf DragDrop FileList

wpf

wpf DragDrop ポイント 1. Window でAllowSrop=“True” 2. PreviewDragOverとDropイベント使用 xaml Window x:Class="DragFromExplorerSample.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.micro…