Advanced Forum Search Results
-
Hi All,
I placed a custom usercontrol in a DataGridTemplateColumn. Here is the code of my user control. Here Percent Value is Dependency Property.
here is oue user control code:StatusBar.xaml.cs:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Windows;
using ...
-
Hi,
We are facing differant problem in Using Custom Control with Custom Dependency properties Bound in Template Column of Datagrid. While we scroll up and down the bound data in the Template column with Custom Control having Dependency Properties getting changed.
While scrolling the data in the column having custom control is Changing. Not ...