Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
selecting a contentpane performance issue
posted

Hello,

My Application is adding contentPanes to tabGroupPane via tabGroupPane.Items.Add(contentPane);
Afterwards I select the tan via tabGroupPane.SelectedItem = contentPane;

These 2 operations take forever to execute.
tabGroupPane.SelectedItem = contentPane; or
contentPane.Activate();

Is there a more efficient way to select a tab withing a tabgroupPane?

Thanks.

Cristina.

Parents
  • 215
    Offline posted

    Hello,

    I've seen a number of posts regarding slowness with XamDockManager switching tabs and that there was a hotfix. I'm using Infragistics version 17.2. It can take up to 5 seconds to switch tabs which is unacceptable. Any suggestion is appreciated.

    Thank you.

  • 7375
    Offline posted in reply to Cristina

    Hello ,

    Thank you for posting. Refer this online help document, this is how we add contentPanes to tabGroupPane .
    I created a sample and it is not taking much time.

    The best way for us to assist you is if you provide a small isolated sample that we can run and use for debugging locally.

    Looking forward to hear you back.

    Sincerely,
    Divya Jain
    Associate Software Developer

Reply Children