dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
http://dennismagno.github.io/metroframework-modern-ui
Other
861 stars 1.08k forks source link

Tab Control not able to set default tab #100

Open rravichaudhary opened 4 years ago

rravichaudhary commented 4 years ago

When we add a tab control and add tab pages, it should display the first tab opened by default but it displays any other tab on form load. Also setting tab index property doesnot work "tabControl.SelectedIndex = 0;"