windowstate Questions
8
Solved
I have set my main window state to "Maximized" but the problem is my application will fill the whole screen even task bar. what am i doing wrong ?
I'm using windows 2008 R2 with resolution : 1600 *...
Noncommittal asked 31/7, 2011 at 15:49
4
Solved
I bound the "WindowState" property of my main window to my ViewModel in order to change the state of the window by a command, but the first time I minimize the window it minimizes like a worksheet ...
Drusy asked 12/1, 2011 at 16:42
3
Solved
In WPF, is there a way to check the window's "WindowState" property in a Trigger? I've tried using the value of "0", "Minimized" and "WindowState.Minimized."
EXAMPLE:
<Window.Triggers>
&...
Tasia asked 12/1, 2011 at 16:3
1
In our project we save the Window Size, Position and Minimized/Maximized Settings, so we can open the window at the exact same spot and size when we re-open it. All this is working quite well, usin...
Lattonia asked 8/1, 2015 at 10:44
4
Solved
According to the MSDN documentation for the WindowStartupLocation Property:
Setting CenterScreen causes a window to be positioned in the center of the screen that contains the mouse cursor.
Al...
Lawson asked 25/6, 2010 at 22:41
3
My application has a tray icon which, when double-clicked, hides or shows the application window. My issue is that I can't seem to bring the window to the foreground if it was in a minimized state ...
Nole asked 6/3, 2010 at 6:26
4
Solved
So I want to instantly, as this portion of the program relies on speed, trigger a function when the windowstate is changed in my main form. I need it to be something like this:
private void goButt...
Heterophyte asked 4/9, 2012 at 1:34
4
I read that the Load event is supposed to be fired after the window handle has been created, but before the window actually become visible. For the most part, this seems to be true. However, I've f...
Jacqulynjactation asked 21/3, 2012 at 14:28
2
Solved
How can I control the initial WindowState (Normal, Minimized, Maximized) of a WPF main window from a desktop shortcut?
The "Run:" combobox of the shortcut's properties dialog let's me choose betwe...
Miriam asked 11/8, 2011 at 13:6
1
© 2022 - 2024 — McMap. All rights reserved.