Posted 19 years ago
by Domenico
I wrote a simple test application for the TabStrip control.
I want to add a TabStripPage in a given position, but both these instructionsor
always put the tabPage as the last tab, not in the specified position.
Only when I click on an unselected tab, my tabPage goes in the desired position.
I'm using .Net Framework 1.1 and Actipro 2.0.0062.
Thanks
I want to add a TabStripPage in a given position, but both these instructions
TabStrip1.Pages.Insert(index, tabPage)
TabStrip1.Pages.Add(tabPage)
TabStrip1.Pages.MoveTo(tabPage, index)
Only when I click on an unselected tab, my tabPage goes in the desired position.
I'm using .Net Framework 1.1 and Actipro 2.0.0062.
Thanks