c# - DevExpress XtraTabControl HeaderOrientation is not working -


dears,

i have winforms application , need change xtratabcontrol1's headerorientation horizontal. works design time, runtime isis displayed vertical. however, in same application in different form works expected. pls on this?

thanks.

i found problem: if use below options of xtratabcontrol, problem raising:

private void button1_click(object sender, eventargs e)         {             this.xtratabcontrol1.lookandfeel.style = devexpress.lookandfeel.lookandfeelstyle.flat;             this.xtratabcontrol1.lookandfeel.usedefaultlookandfeel = false;         } 

thanks.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -