Posted 26 Dec 2018 Link to this post
Hello everyone.
When I run the program, I double-click documentwindow1 in the RadDock control; documentwindow1 pops up, how can I lock documentwindow1 to keep it from popping up?
As shown in the figure1.
Posted 27 Dec 2018 Link to this post
this
.documentWindow1.AllowedDockState = AllowedDockState.TabbedDocument;
Posted 28 Dec 2018 Link to this post
Hi Hristo,
This problem has just solved.Thank you very much.
Just add the following sentence:
Me.RadDock1.SingleScreen=true
Regards,
Hong
Just add the following sentence
Posted 31 Dec 2018 Link to this post