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
Post a Comment