What is Visual Tree and Logical Tree in WPF?
Every programming style contains some sort of LogicalTree which comprises the Overall Program. The LogicalTree comprises the elements as they…
Every programming style contains some sort of LogicalTree which comprises the Overall Program. The LogicalTree comprises the elements as they…
If you are trying to run a WPF application, you must remember that WPF content is actually constraint to a…
Hosting a WPF content inside a Windows Forms application is very easy. You need to use ElementHost control which takes…
In this post I am going to describe how you can use WPF popup control with Hyperlink. Instead of showing…
In this post I am going to write the points about the three type of the variable Object, Var and…
If you are new to WPF, you must know that XAML can define or declare any object under your local…
If you are thinking to build a control and apply the same to more than one place, you can take…
Windows Forms can be hosted inside a WPF application using WindowsFormHost. In this post I will show how easily you…