WPF already provide few classes for quick transformation such as rotate transformation, scale transformation, skew transformation, translate transformation etc. But there is one even more low level cl… more →
Zeeshan Amjad's WPF Blogelsaghir wrote 5 days ago: Here are some info on how to do an Autoscroll for your program controls TextBox autoscroll textBox1. … more →
zamjad wrote 1 week ago: WPF already provide few classes for quick transformation such as rotate transformation, scale transf … more →
zamjad wrote 1 week ago: Previously we saw that how can we create a horizontal list box using the layout transform and using … more →
ramanisandeep wrote 3 weeks ago: These functions allowed you to do commonly-requested actions with select boxes. For example, you can … more →
zamjad wrote 3 weeks ago: We can easily change the layout of any UI Element. Let’s take a look at List Box. If we want to make … more →
backupcode wrote 1 month ago: The following code would select/deselect a listbox item, depending if the item is found in the datab … more →
backupcode wrote 1 month ago: The following code will insert the data selected on a listbox. Dim i As Integer For i = 0 To myListb … more →
zamjad wrote 1 month ago: Till now we studied how to created a debugger visualizer to support multiple data types in WPF. But … more →
zamjad wrote 1 month ago: Till now our visualizer were limited to only one data type i.e. integer data type. But any good visu … more →
DutchMarcel wrote 1 month ago: The ItemsControl is the most versatile control in the WPF toolbox. This control, or one of its desce … more →
zamjad wrote 1 month ago: In previous discussion we created one visualizer using XAML file. Now lets move forward and improve … more →
zamjad wrote 1 month ago: We already saw how to create a visual studio debugging visualizer in WPF. In that example we did eve … more →
zamjad wrote 1 month ago: We have seen lots of good examples of how to create Debugger visualizer for Visual Studio. But one t … more →
zamjad wrote 1 month ago: I recently noticed one post in WPF form about how to make every element of list box expendable. We a … more →
Phil B. wrote 2 months ago: When using a Selector control like ComboBox, ListBox, or ListView to present a non-required/optional … more →
zamjad wrote 2 months ago: Listbox is used to display multiple items and its usage is very simple. In first step lets going to … more →
csharpmonkey wrote 3 months ago: I recently needed to display a hierachy of items in a TreeView and, when an item is selected, displa … more →
xonx wrote 3 months ago: Listbox biasa dipake untuk ngasi beberapa pilihan items untuk User. Items-items di dalam Listbox bis … more →
Ashok wrote 4 months ago: Namespace: System.Windows.Controls The following is an alphabetical list of the common Silverlight c … more →