Tagged Questions

1
vote
2answers
344 views

Inheriting from Application Styles (WPF)

I am trying to inherit application-level styles for a certain Window in my WPF application, but I'm having trouble getting it to inherit rather than simply override the existing styles. In App.xaml …
1
vote
1answer
65 views

Restyling just part of a wpf control. Is it possible?

I want to restyle just part of a WPF control. (Specifically, I want to make the scroll buttons on a ScrollBar bigger) Now I can do this no problem. I extracted the default style. Made the required …
0
votes
1answer
22 views

How to disable border of WPF button when click it?

How to disable border of WPF button when I click it? I have create button like below, everything work fine except when I click on the button. <Button Background="Transparent" …
0
votes
2answers
34 views

WPF Custom Themes

Hi, I have a simple question which is giving me some difficulty. I have downloaded a custom them for WPF of the net. Now i want to apply this theme to my App instead of the default one. How do i …
0
votes
1answer
192 views

Need themes for the WPF Toolkit controls (espeically DataGrid)

I just downloaded the nice themes collection from the Codeplex WPF Themes site. I like the WhisterBlue and BureauBlue themes a lot, but neither contain any styles for the new controls included in the …
0
votes
0answers
75 views

WPF TypeConverter ConvertTo not firing

Hi, I have a dependency property in a class which I need to be converted to a string. I have added the TypeConverty attribute on the property. The type I am converting is the .net Style class. …
0
votes
0answers
101 views

WPF :Inheriting styles for third party controls

Hi, I am using telrik components for wpf. I want to get "Select all" Check Box on Grid Header cell I have Common ResourceDictionary Style.Xaml , it has <ResourceDictionary …
0
votes
1answer
465 views

wpf ContentPresenter wont enable/disable

Hi, I've overridden a ComboBox in order to add an extra button at the end of the combo - i'm using this to help navigate round my application. Its a M-V-VM App that has an Edit-Save/Cancel mechanism …
0
votes
1answer
138 views

[WPF] Control focus styling

Hey guys, in above image you would notice that, doted rectangle indicating ComboBox is focused But the problem is it exceeding the text area of ComboBox... how do I align it with text area WPF …