Grouping ctrl without relative tab ordering

  • Thread starter Thread starter Dhawal Patel via .NET 247
  • Start date Start date
D

Dhawal Patel via .NET 247

Hi, I'm looking for .Net equivalent of Frame Control. ThoughGroupBox and Panel controls are available in .Net, there is aslight change in behaviour. Both GroupBox & Panel have relativetab orders. But in a Frame ctrl, we can tab out to a controloutside the Frame Container and then return back to a controlinside the container. The same in not possible inGroupBox/Panel. Can anyone suggest me a grouping ctrl thatdoesn't have relative tab ordering.
 
AFAIK, that behavior is not specific to some .NET controls, but something
provided by .NET for all .NET container controls.

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com


"Dhawal Patel via .NET 247" <[email protected]> escribió en el mensaje
Hi, I'm looking for .Net equivalent of Frame Control. Though GroupBox and
Panel controls are available in .Net, there is a slight change in behaviour.
Both GroupBox & Panel have relative tab orders. But in a Frame ctrl, we can
tab out to a control outside the Frame Container and then return back to a
control inside the container. The same in not possible in GroupBox/Panel.
Can anyone suggest me a grouping ctrl that doesn't have relative tab
ordering.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top