help with xtraNavBar

  • Thread starter Thread starter Jassim Rahma
  • Start date Start date
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
 
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
 
Back
Top