Hi,
Using 15.2.20152.2023.
If we add a toolbar to the form and select a dockable window (using the doc manager with three panes), select lightweight panel it crashes VS. See screenshot.
Thanks,mel
I tried this out, but I was unable to reproduce the exception.
There's not a lot of information here to go on, so this is what I did:
1) I created a new project.
2) Added 3 buttons to the form.
3) Added a DockManager to the form.
4) Select all three buttons, right click and select Dock Controls.Then click okay with the default.This creates 3 docked buttons on the left.
5) Added ToolbarsManager to the form.
6) Select the middle option (for the regular Panel control instead of UltraPanel).
This works fine for me with no exception. Does it work if you do the same steps I followed here? If so, then can you determine what you might have done differently to reproduce the exception?
That did not crash me, but this does
1) Create a new project
2) add a new form
3) add a dockmanager to the form.
4) Add an ultragrid, right click on it and make it dockable. Have it dock top.
5) Add an ultragrid, right click on it and make it dockable. Have it dock left.
6) Add an ultragrid, right click on it and make it dockable. Have it dock left
7) Add a toolbarmanager
8) Go to properties of the toolbarmanager, DockWithContainer and choose one of the three dock containers from the manager. It crashes.
Let me know if you get the same.