Tagged Questions
0
votes
1answer
133 views
Setting up Binding to template child
I derived from the System.Windows.Controls.ScrollViewer and changed the Template; my idea was to create a ScrollViewer as seen in Visual Studio 2010, which has a small ComboBox to set the zoom into ...
2
votes
0answers
3k views
Binding FrameworkElementFactory to data object property
I have a ListBox whose DataTemplate is created in code using 3 FrameworkElementFactory objects(A StackPanel with 2 appended children(CheckBox and TextBox)). The item object in the collection that is ...