BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Paul,
Thanks for your interests in Syncfusion Products.
Query |
Comments |
|
How to add multiple toolstrips that can me moved around by the user and also can be made floating |
Please find the steps in below to add ToolstripEx to Docking Manager.
Step1: Select ToolStripEx and Docking Manager from Tool Box and drop it form.
Step 2: Once DockingManager is dropped to Form, ToolStripEx will have Enable Docking in Docking Manager property.
Step 3: Set Enable Docking in Docking Manager as true in ToolStripEx.
Step 4: ToolStripEx will be added as Docking window with Docking Manager.
Step 5: Once this ToolstripEx is dragged and dropped out of Form, it will be in floating state.
|
|
And the important part: how to save the locations/settings of the toolstrips? |
Please make use of SaveDockState() function to save child windows dockstate.
And LoadDockState() function to apply saved dockstate to docking manager child windows.
Please find the code snippet in below for reference.
Code Snippet:[C#]
We have also prepared sample that tries to meet your requirement. and it can be downloaded from below location.
Sample Location: DockStates.zip
Note: In this application, Docking manager dockstate can saved and applied using save and load button.
|
Please let us know if you have any concerns,
Regards,
Kannan.R