Category WPF Views: 66854
Abstract: This article shows how to use property triggers in WPF to apply styles to the DataGrid at runtime.
Read More ...
Category WPF Views: 67678
Abstract: In this article, I have described a scenario where a WPF application is trying to use the task parallel library to load data. The app retrieves data using a WCF service and also accesses data from the local database server. The application dedicates a long running WCF service call to the Task class, so that the call to the service can be made asynchronously.
Read More ...
Category WPF Views: 57710
Abstract: This article demonstrates that in case of complex data representations like an Editable ListBox, using ItemsControls, we can easily configure Commanding for DataTemplates.
Read More ...
Category WPF Views: 62818
Abstract: Using Prism 4 application libraries, it is possible for us to attach custom Command and Behavior to any control. This supports code-less application development. In this article, we will use this concept to attach command and behaviour to a WPF Text Box.
Read More ...
Category WPF Views: 52794
Abstract: This article demonstrates how to create a WPF user control similar to the Silverlight DataForm control.
Read More ...
Category WPF Views: 67878
Abstract: Prism 4 Commanding and its facility of the CommandBehavior helps us to develop End-To-End application for DML operations using controls like the WPF DataGrid. In this article, we will see a practical implementation of the same.
Read More ...
Category WPF Views: 70293
Abstract: The WPF DataGrid control has lots of features for data representations and manipulations (like row column drag drop). One of the nicest features of the DataGrid, is that we can change the column position using Drag-Drop. In this article, we will see how to implement Drag and Drop in a DataGrid Row.
Read More ...
Category WPF Views: 44547
Abstract: In this article, we will see how to align some objects to a given path using the ‘PathListBox’ control in WPF 4.0 and Expression Blend 4. We will also see how to animate these objects using Visual states in WPF.
Read More ...
Category WPF Views: 43264
Abstract: In this article, I will demonstrate how to use the Enterprise Library 5.0 Caching Application block in a WPF application.
Read More ...
Category WPF Views: 52220
Abstract: In this article, I have demonstrated how to use Parallel Processing programming in WPF 4.0 for DataBinding and Data processing, using .NET 4 Parallel Extension Capabilities.
Read More ...
Category WPF Views: 77677
Abstract: In this article, we will see how to make use of the Progress Bar control provided in WPF.
Read More ...
Category WPF Views: 57776
Abstract: In this article, I will discuss how to create a custom control using WPF. WPF allows us to define our controls using either User Control (UC) or Custom Control (CC).
Read More ...

WPF Auto-Complete Control

Posted by: Mahesh Sabnis , on 9/4/2010
Category WPF Views: 50468
Abstract: The WPF ComboBox lacks the auto-complete feature and in this article, we will develop our own WPF user control that behaves like the combobox, and supports auto-complete.
Read More ...
Category WPF Views: 73641
Abstract: In this article I will explain how to perform an Insert operation in WPF with DataGrid control.
Read More ...
Category WPF Views: 107842
Abstract: I was recently working on a requirement to perform Update and Delete operations on a WPF DataGrid control (similar to what developers do in a ASP.NET Grid control). The WPF DataGrid is an excellent control to bind with collections and provides various events to work with.
Read More ...
12

   Article Filter : Per page: