tab splitter

Using the tab splitter control, users can drag and drop the tab itself to re-order the tabs. What event should I use to catch the dropping of a tab that forces a re-order. Thanks, Steve

3 Replies

ST Steve July 1, 2004 11:02 AM UTC

Can somebody at SF respond please. Thanks.


AD Administrator Syncfusion Team July 2, 2004 10:08 AM UTC

Hi Steve, Sorry for not replying earlier. We will look into this issue and update this thread at the earliest. Thanks. Best regards, Stephen. >Can somebody at SF respond please. Thanks.


AD Administrator Syncfusion Team July 2, 2004 12:49 PM UTC

Hi Steve, You can use one of these events this.tabBarSplitterControl1.Bar.TabBarChild.TabMoved += new TabMovedEventHandler(this.tabBarSplitterControl1_TabMoved); //You can cancel the reorder using this event this.tabBarSplitterControl1.Bar.TabBarChild.TabMoving+= new TabMovedEventHandler(this.tabBarSplitterControl1_TabMoving); Please let me know if you have any questions. Thanks. Best regards, Stephen. >Hi Steve, > >Sorry for not replying earlier. We will look into this issue and update this thread at the earliest. Thanks. > >Best regards, > >Stephen. > >>Can somebody at SF respond please. Thanks.

Loader.
Up arrow icon