maximize button - docked window
Dear all,
I need to have the maximize/restore button of a docked window to be always visible, not just in the case of the window being docked next to another one. Is there a humane way of obtaining such functionality? :-)
Thankful in advance,
Vladi
I need to have the maximize/restore button of a docked window to be always visible, not just in the case of the window being docked next to another one. Is there a humane way of obtaining such functionality? :-)
Thankful in advance,
Vladi
SIGN IN To post a reply.
4 Replies
RC
Rajesh C
Syncfusion Team
May 5, 2007 07:06 AM UTC
Hi Vladi,
Thank you for using Syncfusion products.
The maximize/restore button of a docked window is visible within another docked control window by setting the dockingManager's MaximizeButtonEnabled as true. Please refer to the following code snippet.
[ C#]
dockingManager1.MaximizeButtonEnabled = true;
Could you please let us know which type of functionality you are expecting?
Regards,
Rajesh C
Thank you for using Syncfusion products.
The maximize/restore button of a docked window is visible within another docked control window by setting the dockingManager's MaximizeButtonEnabled as true. Please refer to the following code snippet.
[ C#]
dockingManager1.MaximizeButtonEnabled = true;
Could you please let us know which type of functionality you are expecting?
Regards,
Rajesh C
VS
Vladislav Sergeev
May 7, 2007 01:07 PM UTC
Hi, Rajesh
Thank you for your response. It is clear how to introduce the maximize button into a docked window. From what I have seen, setting MaximizeButtonEnabled to true introduces this button only in case there are two windows docked next to each other. I would like to know if there is a way to have it displayed unconditionally. For instance, the button should be there in case there is just one docked window in the client area of the application window. The idea is to override the event handler so that the behavior of the maximize button is the same as that of an MDI window with respect to all docked windows in the client area (regardless of their position on the screen).
Looking forward to your reply,
Vlad
>Hi Vladi,
Thank you for using Syncfusion products.
The maximize/restore button of a docked window is visible within another docked control window by setting the dockingManager's MaximizeButtonEnabled as true. Please refer to the following code snippet.
[ C#]
dockingManager1.MaximizeButtonEnabled = true;
Could you please let us know which type of functionality you are expecting?
Regards,
Rajesh C
Thank you for your response. It is clear how to introduce the maximize button into a docked window. From what I have seen, setting MaximizeButtonEnabled to true introduces this button only in case there are two windows docked next to each other. I would like to know if there is a way to have it displayed unconditionally. For instance, the button should be there in case there is just one docked window in the client area of the application window. The idea is to override the event handler so that the behavior of the maximize button is the same as that of an MDI window with respect to all docked windows in the client area (regardless of their position on the screen).
Looking forward to your reply,
Vlad
>Hi Vladi,
Thank you for using Syncfusion products.
The maximize/restore button of a docked window is visible within another docked control window by setting the dockingManager's MaximizeButtonEnabled as true. Please refer to the following code snippet.
[ C#]
dockingManager1.MaximizeButtonEnabled = true;
Could you please let us know which type of functionality you are expecting?
Regards,
Rajesh C
AD
Administrator
Syncfusion Team
May 9, 2007 02:05 PM UTC
Hi Vlad,
We have added a new feature 'Custom Caption Buttons' with 5.1 version. This allows user to add new caption button. You can find more about CustomCaption button from the following link.
http://www2.syncfusion.com/ug/Default.aspx##Essential%20Docking%20Windows.chm/CutomCaptionButtons.html
Best regards,
Poly
We have added a new feature 'Custom Caption Buttons' with 5.1 version. This allows user to add new caption button. You can find more about CustomCaption button from the following link.
http://www2.syncfusion.com/ug/Default.aspx##Essential%20Docking%20Windows.chm/CutomCaptionButtons.html
Best regards,
Poly
VS
Vladislav Sergeev
May 10, 2007 12:16 PM UTC
Dear Poly,
Thank you very much. This is exactly what i need.
Best regards,
Vlad
Thank you very much. This is exactly what i need.
Best regards,
Vlad
SIGN IN To post a reply.
- 4 Replies
- 4 Participants
-
VS Vlad Sergeev
- May 3, 2007 01:39 PM UTC
- May 10, 2007 12:16 PM UTC