The information in this article applies to:
SYMPTOMSWhen changing the Placement property of a TabStrip control (Placement determines the location of the tabs: top, bottom, right, left), the TabStrip may lose track of which Tab is selected. The selected Tab should not change when the Placement is changed. RESOLUTIONThe workaround for this problem is straightforward. Because the TabStrip may not retain the selected tab properly, you must do it programmatically. This value can be stored in a variable at the beginning of the procedure (or before changing the Placement property), and then restored at the end of the procedure (or after changing the Placement property). The following code will fix the problem as presented in step 7 of the Steps to Reproduce Behavior section of this article:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words: kbDSupport kbDSD kbVBp kbVBp600bug kbVBp kbCmnCtrls kbCtrl kbTabCtrl
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |