Quantcast
Channel: Binding to WPF DataGrid cell value from within template - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by CodeNaked for Binding to WPF DataGrid cell value from within template

You can use the ProgressBar.Tag property to proxy the value to the TextBlock in the ControlTemplate. But really, this should be a custom control (i.e. MyProgressBar) which exposes a new dependency...

View Article



Binding to WPF DataGrid cell value from within template

I have a collection of custom data objects that I display in DataGrid. The columns are created dynamically on runtime. Some of the columns are TemplateColumns which display the value as a progressbar...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images