Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > .NET WinForms
  New Posts New Posts RSS Feed - TabStop on TabbedView
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum LockedTabStop on TabbedView

 Post Reply Post Reply
Author
Message
saurav_nielsen View Drop Down
Newbie
Newbie


Joined: 23 October 2009
Location: Canada
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote saurav_nielsen Quote  Post ReplyReply Direct Link To This Post Topic: TabStop on TabbedView
    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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.