Print Page | Close Window

TabStop on TabbedView

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: .NET WinForms
Forum Description: Topics related to Codejock .NET Windows Forms products
URL: http://forum.codejock.com/forum_posts.asp?TID=16215
Printed Date: 24 April 2024 at 2:33am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: TabStop on TabbedView
Posted By: saurav_nielsen
Subject: TabStop on TabbedView
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net