1
Answer

How to maximize the main window (including its stackPanel usercontrol) as per screen, accordingly the loaded control sizes should also increase.

Ashish

Ashish

12y
3.7k
1
Hi there,
I have developed a WPF application. There is a main window form with header menu items, stackPanel as body and footer. The main window menu items clickevent opens the respective user control and put it as child to stackpanel.
The main window opens with fixed height width (stack panel in main also has fixed height initially and windowsStyle=none).
Problem - On maximize button click I need to maximize the main window (including its stackPanel usercontrol) as per screen, accordingly the loaded control sizes should also increase.
I have already tried [DllImport("user32.dll")] > WindowInteropHelper class but it doesn't help.
 
Please help me out to resolve this.

Regards,
Ashish
Answers (1)
0
Jignesh Trivedi

Jignesh Trivedi

NA 61k 14.2m 12y
hi,

Authentication in WCF is more or less same as authentication asp.net or web service.

please refer,

http://msdn.microsoft.com/en-us/library/bb398990.aspx
http://www.codeproject.com/Articles/36289/8-steps-to-enable-windows-authentication-on-WCF-Bao
hope this help.