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 Reply Children
No Data