Advanced Forum Search Results
-
I've got a page that has a TreeView on it using the ExpressionDark Theme.
When I click a Button that shows a ChildWindow, it blows up.
If I remove the Theme from the TreeViewItem, I can open the ChildWindow just fine.
If I only allow one level of Items in the TreeView, I can open the ChildWindow just fine.
The Exception ...
-
It would be nice if it did support designers creating a "default" style for a control. The Theme thing is still not perfect. There are problems, that I've experienced, with theming controls inside DataGrids, Expanders & TabControls from the outside. Any control created in a TemplateColumn of a Datagrid does ...
-
Justin,
How do I get the Uri for "System.Windows.Controls.Theming.ExpressionDark.xaml". If I use that string to create a Uri & pass it to ImplicitStyleManager.SetResourceDictionaryUri(), it'll throw an exception stating that it can't find a Resource Dictionary.
It would be nice if the Theme class had a Uri property ...
-
I'm not sure what I did wrong on that last post, but I scrapped it & tried again. The 2nd time, it worked. Go figure.
Thanx bunches!
-
I appreciate the response!
So...I tried that & no longer get the parser error. However, it still doesn't appear to even be attempting to retrieve a value from the ForegroundColor property.
<DataTemplate x:Name="MyMaxBid">
<TextBlock VerticalAlignment="Center" HorizontalAlignment="Right" ...
-
Anyone?
-
I've got a class, called "AuctionItem" with a property named "ForegroundColor" of type SolidColorBrush. The default value of the property is equal to a Black brush.
I want to make the Foreground property all of the controls in a row of a DataGrid be bound to the "ForegroundColor" property of ...
-
Here's the story. My app has a TabControl with 4 TabItems in it. The 2nd Tab has 5 ListBoxes on it.
The way this works is that when the user selects a row in the DataGrid in the 1st Tab, they are switched to the 2nd Tab. If the ListBoxes have not yet been bound, requests are made to the server to retrieve the data and bind ...
-
First of all, I want to thank you Dave for your time. I really appreciate it.
The reason I asked the question is this:
I have a DataGrid that has 8 TemplateColumns whose content is a TextBox. When it initially loads, I get the "layout cycle detected" exception. If I comment out any 2 TemplateColumns, the exception ...
-
Am I to understand that any TextBoxes that are not in sight b/c of scrolling do not count in the 250 limit?