Completed
Last Updated: 27 Aug 2015 14:37 by ADMIN
ADMIN
Julian Benkov
Created on: 29 Mar 2012 08:24
Category: Dock
Type: Feature Request
3
ADD. RadDock - add support for pinning a DocumentWindow
support of Pin tab operation in DocumentContainer of RadDock
3 comments
ADMIN
Ralitsa
Posted on: 27 Aug 2015 14:37
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; 
ADMIN
Stefan
Posted on: 19 May 2015 06:32
Thank you for your feedback Lou.
Lou
Posted on: 18 May 2015 17:36
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