This is a migrated thread and some comments may be shown as answers.

Tab doesnt allow to close.

3 Answers 96 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Simon Maystre
Top achievements
Rank 1
Simon Maystre asked on 31 May 2011, 08:04 AM
Hi,

i have a problem in DocumentTabStrip which is having  a TabPanels but tabs can't be closed or extra tabs that are not visible on the screen cannot be accessed.
can anyone help me from Telerik team?

Thanks,
Simon Maystre.
 

3 Answers, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 02 Jun 2011, 05:19 PM
Hello Simon,

Thank you for your question.

You can show the Overflow and Close buttons in DocumentTabStrip using the DocumentButtons property of DockWindow:
this.documentWindow1.DocumentButtons = DocumentStripButtons.All;

In addition, you can show Close button on each DocumentWindow using:
this.radDock1.ShowDocumentCloseButton = true;

I hope it helps.

Best regards,
Alexander
the Telerik team
Q1’11 SP1 of RadControls for WinForms is available for download; also available is the Q2'11 Roadmap for Telerik Windows Forms controls.
0
Simon Maystre
Top achievements
Rank 1
answered on 06 Jun 2011, 09:03 AM
Thank you this is now working OK. I switched from using the TabStrip to the RadDock and adding documents which generate the tabs with the correct functionality.

Simon
0
Alexander
Telerik team
answered on 09 Jun 2011, 08:46 AM
Hello Simon,

I am glad to hear your solution works as expected now. Do not hesitate to contact us again if you have more questions.

Best regards,
Alexander
the Telerik team
Q1’11 SP1 of RadControls for WinForms is available for download; also available is the Q2'11 Roadmap for Telerik Windows Forms controls.
Tags
Dock
Asked by
Simon Maystre
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Simon Maystre
Top achievements
Rank 1
Share this question
or