TabStop on TabbedView |
Post Reply |
Author | |
saurav_nielsen
Newbie Joined: 23 October 2009 Location: Canada Status: Offline Points: 9 |
Post Options
Thanks(0)
Posted: 17 February 2010 at 2:50pm |
Am presently using Codejock.Controls.NET v2.2.2 I have created an Tabbedview object as below Codejock.WinForms.Controls.TabbedViewBase.TabbedView tabDimensions = new Codejock.WinForms.Controls.TabbedViewBase.TabbedView(); added the following statement as well tabDimensions.TabIndex = 2; //No other control with index 2 tabDimensions.TabStop = true; then dynamically created new Tab Pages and added to TabbedView as below ... newTabPage.TabIndex = 3; newTabPage.TabStop = true; tabDimensions.Pages.Add(newTabPage); When I launch the Dialog and then Press Tab, am not able to reach the Tabbed Pages. Any idea where I went wrong? |
|
saurav
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |