Category

所有分类

聚焦同一技术主题下的文章,方便按方向连续阅读。

518 篇文章
47 当前页
WPF's noteworthy IsHitTestVisible

WPF's noteworthy IsHitTestVisible

This property is set to false, which does not seem to have changed, but it has been completely ignored in operation. You can click directly on what is underneath it without triggering an event.

普通的地球人 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 changes in the business model, it automatically reflects the changes to UI elements.

Swati Gupta 10/18/2021 4:53 PM
WPF implements exception-isolated clients through multiple processes

WPF implements exception-isolated clients through multiple processes

When a WPF client needs to implement a plug-in system, it can generally be implemented based on a container or process. If you need to isolate exceptions from external plug-ins, you can only use child processes to load the plug-in. In this way, if the plug-in throws exceptions, it will not affect the main process.

鹅群中的鸭霸 9/22/2021 10:10 PM