Linked Questions

43 votes
5 answers
161k views

We are developing a WPF application which uses Telerik's suite of controls and everything works and looks fine. Unfortunately, we recently needed to replace the base class of all our dialogs, changing ...
Marcel Gosselin's user avatar
69 votes
6 answers
110k views

I know this has been asked before but I've tried answers: How to create a WPF Window without a border that can be resized via a grip only? How to remove the title bar from a window but keep the border ...
Stewart Stoakes's user avatar
51 votes
7 answers
23k views

Is it possible to remove the white strip on top of WPF window with Window Style=None. XAML and Window is shown in the screenshot:
Joginder S Nahil's user avatar
6 votes
3 answers
7k views

I have a WPF application where I use icons from the font "Segoe UI Symbol". But when deploying to Windows 7 I realize the icons are missing because the font is updated in Windows 8. I tried to embed ...
Jakob Lithner's user avatar
0 votes
2 answers
11k views

I new for WPF application. My requirement is to change the color of the title bar to blue color. I search a lot for the same thing but I failed to find out the way to achieve it. Thanks.
Dipak's user avatar
  • 1,259
1 vote
2 answers
5k views

I've been searching for ways to get a menu in line with the title bar like the below image. It has the logo on the far left that acts as a menu item and the rest of the text menu items following after ...
Ryan Douglas's user avatar
5 votes
1 answer
2k views

I'd like to create a custom window using WPF that doesn't look like the regular window. The window I want to create is similar to MacOs window, with title centered (with dropshadow effect), and ...
RHaguiuda's user avatar
  • 3,279
3 votes
1 answer
6k views

I am unable to set the height of title bar from xaml.I can change the height while inspecting the output window from snoop. how to change the height of title bar from XAML?
user3610920's user avatar
  • 1,676
-1 votes
1 answer
2k views

I have made a C# metro wpf application using mahapps with Visual Studio 2012. I have added a listbox to the window. But when I re-size the window it stays in the same size. This is my current code. &...
user3693167's user avatar
0 votes
2 answers
2k views

Is there any way to change the Minimize button, Maximize button, WPF window frame/border ect. using styles in the xaml?
Lucas Stanesa's user avatar
0 votes
1 answer
2k views

In my WPF app I'm trying to create a Custom Chrome Window [Ref: WindowChrome]. I followed Restyle Your Window article. I created Resource Dictionary file along with its code-behind in my project, as ...
nam's user avatar
  • 24.3k
0 votes
1 answer
2k views

Hi i wanted to create the acrylic blur effect provided by Microsoft for my WPF Application. I have tried many ways such as using DWM Blur Behind,DwmSetWindowAttribute etc.. but since these methods are ...
trickymind's user avatar
1 vote
1 answer
2k views

I'm creating a custom WPF window with, WindowStyle=None, AllowsTransparency=True, and ResizeMode = CanMinimize. I have two events(That I created to understand events in WPF), PreviewMouseDoubleClick ...
ExtremeProgrammer's user avatar
1 vote
1 answer
913 views

I'm designing a custom form in a WPF ResourceDictionary using a controltemplate so I can easily use the window later on. I'm designing it with Expression Blend and I'm stuck on getting the close, ...
Nick's user avatar
  • 51
2 votes
0 answers
853 views

In Windows Forms you can make your application semi-transparent by using Opacity property, like so: I'm trying to achieve the same result with WPF, but it looks impossible. If I change the Opacity of ...
Tommaso Belluzzo's user avatar

15 30 50 per page