Hide Center Dock Point in DockTabControl

Posted by: vinothkumar.r2210 on 14 May 2020, 8:46 pm EST

    • Post Options:
    • Link

    Posted 14 May 2020, 8:46 pm EST

    Hi,

    I want to hide center dock point of DockTabControl. Please help me to accomplish this.

    Thanks and Regards,

    Vinoth Kumar Ravi

  • Posted 17 May 2020, 6:55 pm EST

    Hi Vinoth,

    To disable certain dock position, handle the PickerLoading event of C1DockControl. To disable the central dock position, set the e.ShowOverInnerPart to false, as follows:```

    private void _dock_PickerLoading(object sender, C1.WPF.Docking.PickerLoadingEventArgs e)

    {

    e.ShowOverInnerPart = true;

    }

    Ruchir
Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels