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
35
ultratabcontrol tab controls not changining property till I clicked over the tab
posted

Hello,

I am using ultraTabControl, using usercontrol and changing the property of tabPage controls ( e.g., visibility, text etc.)

control could be any ultracontrols. What I'm experiencing is the required change I am able to do, but it is not reflecting on ultraTabControlPage till the time I click on the other tab & then the desired tab.

I replicated my query in the sample available in the following link:

drive.google.com/.../view

I tried to trigger the ultraTabControl1_SelectedTabChanged event, but no luck.

There is no such error, but it needs to be done like this. In my actual project, I'm working across the winforms. SO come up with this sample