AD
Administrator
Syncfusion Team
February 10, 2005 10:52 PM UTC
Hi Yossi,
I believe I''ve noticed what you''re talking about. You want the scrollbar to start at the right, and go left, correct?
Regards,
Gregory Austin
Syncfusion, Inc.
YC
Yossi Chen
February 11, 2005 06:10 AM UTC
Yes.
What I need to do ???
AD
Administrator
Syncfusion Team
February 11, 2005 12:46 PM UTC
Hi Yossi,
Set the following property for this purpose :
this.treeViewAdv1.HScrollBar.RightToLeft = RightToLeft.Yes;
Let me know if this meets your requirements. Thanks for chosing Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.
YC
Yossi Chen
February 11, 2005 02:00 PM UTC
Thanks