|
|
Browse by Tags
All Tags » WPF » C#
-
CompositeWPF works with regions to make the user interface composable. Standard you have the itemscontrol that can be used as a region for views. This control is already very flexible and best of all, there are a lot of WPF controls based on the itemscontrol so you should be able to come up with a lot of possible schemes in your user interface.
I ...
-
Introduction
WPF offers some rather good stuff when it comes to applying validation to binding expressions. However it isn't complete in my opinion and could use some kind of extension to make it even easier and more effective to use in an application.
There are a couple of things I noticed when working with validation in WPF:
It is not ...
|
|
|