help with xtraNavBar

J

Jassim Rahma

did you use xtraNavBar?


I need your help please..


it seems that if i add an explorer bar to my form then I should only add
controls to this fom but what if I already have more than 100 forms in
my application? should add 100 panels (which is a waste of time)..

so is it possible to use the xtraNavBar to display forms like Form1,
Form2, Form3 on Main_Form?


Many Thanks,
Jassim Rahma
 
O

Oliver Sturm

Jassim said:
did you use xtraNavBar?

I need your help please..


it seems that if i add an explorer bar to my form then I should only add
controls to this fom but what if I already have more than 100 forms in
my application? should add 100 panels (which is a waste of time)..

so is it possible to use the xtraNavBar to display forms like Form1,
Form2, Form3 on Main_Form?

You should probably use visual inheritance to create a base form with a
navigation bar on it, then derive all your other forms from this one.

About XtraNavBar: You should try using the Developer Express newsgroups to
get support on this, namely devexpress.public.dotnet.xtranavbar. You can
find all the information about Developer Express newsgroups and other
support services here: http://www.devexpress.com/Support/Newsgroups.xml



Oliver Sturm
 

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

Top