Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
2answers
12k views

How to create a WPF Window without a border that can be resized via a grip only?

If you set ResizeMode="CanResizeWithGrip" on a WPF Window then a resize grip is shown in the lower right corner, as below: If you set WindowStyle="None" as well the title bar disappears but the ...
3
votes
2answers
3k views

hide the default resize grip in wpf

I have a borderless and transparent window in WPF, with some fancy decoration at the bottom. There's a custom footer with some non conventional curves and what not showing the company logo. This ...
2
votes
1answer
380 views

How to write an own resize corner/handle for an NSWindow?

How can I write an own resize corner/handle for an NSWindow? I'm using a subclass of an NSWindow without the default resize corner, but I need it for my window.
0
votes
0answers
75 views

How to implement Change Size Frame in C#?

Here is the image: http://itbrigada.ru/img/size.png Need to implement the same sizing frame in WinForms app? What is the best way? Implement thin frame (Custom Control) with that frame drawn on it ...
0
votes
1answer
500 views

Resize main window of WPF application programmatically

My application is running on a touch-screen and it has a transparent main window, so only way to resize is using grip, but on the touch-screen it is quite hard to do. I wonder if there is a way to ...