Tag

WPF

Browsing articles related to WPF.

103 articles
8 Current page
WPF Notable IsHitTestVisible

WPF Notable IsHitTestVisible

Setting this property to false looks unchanged, but in operation it completely ignores it, does not trigger events, and can directly click on things below it.

普通的地球人 10/20/2021 6:18 PM
Data Binding Expressions in WPF

Data Binding Expressions in WPF

Data binding is a powerful technology that allows data to flow between UI elements and business models. When data in the business model changes, it automatically reflects the changes to UI elements.

Swati Gupta 10/18/2021 4:53 PM
WPF: Implementing Exception Isolation Client via Multi-Process

WPF: Implementing Exception Isolation Client via Multi-Process

When a WPF client needs to implement a plugin system, it can generally be based on containers or processes. If exception isolation for external plugins is required, then the only way is to load plugins in child processes, so that even if a plugin throws an exception, it will not affect the main process.

鹅群中的鸭霸 9/22/2021 10:10 PM
WPF Open Source Project: AIStudio.Wpf.AClient

WPF Open Source Project: AIStudio.Wpf.AClient

Using Prism for MVVM, the advantages need not be mentioned; mainly using container injection, messaging, and DI, saving a lot of trouble compared to writing oneself. There are many standard MVVM usage methods online, but they do not form a system-level framework. This framework is built from login to specific business usage, including automatic updates.

沙漠尽头的狼 7/25/2021 12:06 PM
WPF: Playing GIFs Is Frustrating!

WPF: Playing GIFs Is Frustrating!

Today, I introduce a library for displaying animated GIFs in WPF, which can be used in XAML or code: `WpfAnimatedGif`.

沙漠尽头的狼 7/2/2021 10:12 PM