support of Pin tab operation in DocumentContainer of RadDock
In Q3 2015 we will add a pin option for document windows or pages. You can show it by setting the following properties: 1. For RadDock this.radDock1.ShowDocumentPinButton = true; 2. For RadPageView RadPageViewStripElement stripElement = this.radPageView1.ViewElement as RadPageViewStripElement; stripElement.ShowItemPinButton = true;
Thank you for your feedback Lou.
Hi, I have a status window in my application that I'd like to keep open at the first (left-most) tab position. This feature would make it easier for me to do this. -Lou