News

InvestigateRequires further investigation by the WPF team.Requires further investigation by the WPF team. Here's the code for the WPF Behavior, there is some GPT-o1 generated code since I couldnt make ...
<SplitButton Content="{Binding Buttontext}"> <SplitButton.Flyout> <MenuFlyout Closed="FlyoutBase_OnClosed"> <TreeView ItemsSource="{Binding TreeItems}" SelectedItem ...
The present tutorial aims to review the most frequently reported criteria for the calculation of the limits of detection (LOD) and quantification (LOQ) in univariate calibration, summarizing their ...
In this blog we will learn how to clear/deselect selected items in TreeView while working on a WPF application. There following scenarios need to be considered before coming up for a solution to the ...
The DataContext property in WPF is extremely useful because it is inherited by all children. However there are situations where the DataContext is not accessible as the elements are not part of the ...
In the last post, we have seen how to create an application of WPF with .NET control. As mentioned, WPF could be looked as the successor of Win Form. But it is much more powerful and flexible. One of ...
I recently saw Kean’s blog posting on Getting the list of hatch patterns available in the current AutoCAD drawing using .NET and wondered if I should try to use the AutoCAD WPF data binding UIBindings ...
A WPF ListBox lets you display data created and stored in a SQL table. You must query the SQL database, and you use the retrieved data set to populate the ListBox items. The SQL table can contain one ...