This question is locked. New answers and comments are not allowed.
1.) I've been using the TabStrip of R.a.d. Controls for winforms.
The application startup time has increased since i've added a tabstrip to one of my forms.
I've just dragged the tabstrip from the toolbox and added three items to it. In addition to the tabstrip, my form has a few labels and text boxes on the form.
2.) In Designer, selected a tab and the shape property shows "TabOffice12Shape". I tried setting it to some other by selecting from the dropdown available. It works fine. If i try to change it something else, the system gets hanged on for a moment and then the visual studio gets closed. This happens if i try to change the shape for the second time. Is this not supposed to be changed more than once?
3.) How can i select an item in the tabstrip programmatically?
Is there something like RadTabStrip1.items.item(0).select() ??
How can i avoid selection of first element by default?
I want no item on tabstrip to be selected when form is loaded and the user would click on an item to select.
I'm using RadControlsWinforms_Q4_2006_SP1_trial_setup.exe.
The application startup time has increased since i've added a tabstrip to one of my forms.
I've just dragged the tabstrip from the toolbox and added three items to it. In addition to the tabstrip, my form has a few labels and text boxes on the form.
2.) In Designer, selected a tab and the shape property shows "TabOffice12Shape". I tried setting it to some other by selecting from the dropdown available. It works fine. If i try to change it something else, the system gets hanged on for a moment and then the visual studio gets closed. This happens if i try to change the shape for the second time. Is this not supposed to be changed more than once?
3.) How can i select an item in the tabstrip programmatically?
Is there something like RadTabStrip1.items.item(0).select() ??
How can i avoid selection of first element by default?
I want no item on tabstrip to be selected when form is loaded and the user would click on an item to select.
I'm using RadControlsWinforms_Q4_2006_SP1_trial_setup.exe.