tab

  • Thread starter Thread starter huliang25
  • Start date Start date
can you make a tab separate from a group of tabs ?

-Phi.pho


I'd like to draw attention of the users on a specific tab then drag n
drop another to make it an out-of-group tab.

What I say is clearn enough, why no one ever gives a hint though ?
 
I don't believe that you can display a tab page outside of a Tab
control. You might have to create your own custom control, perhaps
derived from Panel and then use the Region property to make it look
like a tab.

There may be 3rd party tab controls available that allow what you
want.
What I say is clearn enough, why no one ever gives a hint though ?

You need to be patient. Sometimes it might take a day or more to get
responses. And here in the United States, we're preparing for a
national holiday so many people may be leaving for vacation early.

Chris
 
Hi,

I'd like to draw attention of the users on a specific tab then drag n
drop another to make it an out-of-group tab.

What I say is clearn enough, why no one ever gives a hint though ?

Well, given that you sent it at 3AM it will be a while until it's seen.

The answer is not, you need to have a TabControl (group of tabs) to host a
tab (TagPage class)
 

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