Skip to content

k-kanoh/WpfJikken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF実験

1. プレーンなWPF

2. MahApps.Metro

https://github.com/MahApps/MahApps.Metro

  • Demoはv3.0.0、nugetで落ちてくるものはv2.4.10なので使いたい機能が使えないことがある(MahApps.Styles.Button.Flat.Accentなど)
  • TabControlがダサすぎる

3. Material Design In XAML Toolkit

https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit

  • DemoにXAMLが付いてて助かる
  • UIがかなりハックされていて使いやすい(DataGridCellOneClickActionBehaviorも不要)

4. WPF UI

https://github.com/lepoco/wpfui

  • UWPを使うのでいろいろ面倒臭い(配布にしても)
  • TextBoxにスクロールバーが出せない

5. ModernWPF UI Library

https://github.com/Kinnara/ModernWpf

  • ComboBoxのWidth必須?
  • DataGridCheckBoxColumnのセンタリング不可?

6. HandyControl

https://github.com/HandyOrg/HandyControl

  • DemoにXAMLが付いてて助かる
  • 中国製だがDemoは日本語対応している
  • 日本の業務アプリとの親和性が高そうなUI
  • スクロール外とか画面表示時にCheckBoxのアニメーションが走るのが気になる(EnableRowVirtualizationの問題かも)
  • DataGridCheckBoxColumnのセンタリング不可?