We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

tabControlExt rendering

Hi, I have a tabcontrolExt in my form, Alignment=Left and RotateTextWhenVertical=true. Right now my tabs are rendered vertically for the top towards the bottom, leaving an empty space in the bootm left corner of the screen. I would like to know if there is a way to render those tabs so that the empty space is not in the bottom left corner but in the top left corner. This is what I have : ______________ --| | --| | --| | | | | | _______________ This is what I want : ______________ | | | | --| | --| | --| | _______________ Thanks a lot. Sebastien

3 Replies

AS Arun Srinivasan Syncfusion Team October 6, 2003 05:42 PM UTC

Sebastien, This is not possible in the current version of Essential Tools. We will be working on implementing RTL (Right To Left) support after the 2.0 release. Then it will be possible to do what you are looking for. Regards, Arun


SA Sebastien Astie October 6, 2003 06:21 PM UTC

Thanks Arun, I found a solution in you FAQ, what I wanted was just an offset. I used the method described at : http://www.syncfusion.com/KB/Tools/Tools_c31c.asp#q565q But now I would like to know if there is any way I can get the result of the offset at design time; so that I don't have to run my app in debug mode to find the proper offset. Thanks Sebastien


AS Arun Srinivasan Syncfusion Team October 10, 2003 07:17 PM UTC

Sebastien, No there is no way to control or adjust the offset at design time as we can get a handle to the Renderer only at run time. Regards, Arun

Loader.
Up arrow icon