how to have the viewbox keep its size?
In a wpf application, I have a user control with a Grid
“ContentGrid” which can get bigger than the user control, then all the parents of ContentGrid are resized too big.
Selected TabItem raises or lowers two overlayed Controls using ZIndex property
I’m trying to make two different search TextBoxes surface depending on which TabItem is selected in a TabControl. The xaml for the search text boxes is as follows:
Grayed out options for window.xaml?
Why are these greyed out
my XAML and c# don’t find each other anymore
so i have a realy weird problem.
WPF converter resource makes unrelated UI content disappear
I’ve been a WPF developer for about 10 years now, and I’ve seen a lot of idiocy from it in all shapes and sizes, but today I just stumbled upon a fresh batch of male cow manure that just absolutely takes the cake. Every cake in existence, actually.
Assigning a Property to Expander from C# (WPF)
I’m trying to assign a property to an expander using C# in a WPF application. However, the (ControlTemplate)Application.Current.Resources["RevealExpanderTemp"]
returns null.