Posted 23 November 2019, 11:52 am EST - Updated 4 October 2022, 12:30 am EST
C1Flexgrid fixed row text rotation
Posted by: ari on 23 November 2019, 11:52 am EST
-
-
Posted 25 November 2019, 4:33 am EST
Hi Ari,
this is not possible. C1FlexGrid only supports vertical text, but not rotated text.
It might be achievable by owner drawing the header cells. But this is hard work, as your texts span multiple columns, and you would have to take care for e.g. horizontal scrolling. Probably, this is not worth the effort ;-). If you want to follow this path, feel free to ask for more hints.
Best regards
Wolfgang
-
Posted 25 November 2019, 6:13 am EST
Hi Wolfgang,
Thanks for the info.
Ari
-
Posted 25 November 2019, 6:58 am EST
Hello Ari,
@Wolfgang, thank you for the explanation.
@Ari, as said by the Wolfgang it is not easy to achieve the desired result as it can affect other functionalities of the controls.
Currently C1FlexGrid only supports vertical text, but not rotated text.
Regards,
Prabhat Sharma. -
Posted 25 November 2019, 3:01 pm EST
I’ll stick to vertical text for now.
Thanks Prabhat
-
Posted 5 September 2023, 8:49 am EST
Thanks, i was looking for the same thing