Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > CAB Enabling Kit > RadTabWorkspace

Not answered RadTabWorkspace

Feed from this thread
  • Posted on Nov 10, 2010 (permalink)

    Hi all!

    I´m currently working with Visual Studio 2010 and TCEK 2010.1.10.504. I´m not able to drag a RadTabWorkspace from the toolbox into the ShellLayout View, because under Telerik.CAB.Winforms Components Tab there are two smartpartinfo, a RadTabSmartPartInfo and a DockingSmartPartInfo, but I cannot see RadTabWorkspace component. What is what I'm doing wrong?

    thank you in advance

    Reply

  • Robert MVP avatar

    Posted on Nov 15, 2010 (permalink)

    Hello Jose,

    The RadTabWorkspace actually inherits from the old RadTabStrip control. The RadTabStrip has since been replaced with the RadPageView control and the team hid it from displaying in the toolbox in one of the past releases. Due to this, the RadTabWorkspace is inherently hidden from the toolbox as well. In order to get around this, you can modify the RadTabWorkspace.cs file in the TCEK to contain the ToolBoxItem(true) attribute.

    [ToolboxItem(true)]
    public class RadTabWorkspace : RadTabStrip, IComposableWorkspace<Control, RadTabSmartPartInfo>
    {
       // ...
    }

    I hope this helps!

    - Robert

    Reply

  • Posted on Nov 24, 2010 (permalink)

    Thank you very much Robert for your answer

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > CAB Enabling Kit > RadTabWorkspace
Related resources for "RadTabWorkspace"

Features  |  Demos  |  Documentation  |  Telerik TV  |  Knowledge Base  |  Code Library  |  Step-by-step Tutorial  |  Blogs Self-Paced Trainer  ]