May 3, 2007 #1 Peppi Programmer Apr 9, 2001 205 CA Hi, Is there a way to specify the text direction of a field in the GridView control? I want the text to run vertically instead of horizontally. Thx.
Hi, Is there a way to specify the text direction of a field in the GridView control? I want the text to run vertically instead of horizontally. Thx.
May 3, 2007 #2 jbenson001 Programmer Jan 7, 2004 8,172 US There is no property for that, you would have to handle it in code. Upvote 0 Downvote
May 3, 2007 #3 ca8msm Programmer May 9, 2002 11,327 GB You could probably set the width to just over 1em which may force the text into a vertical alignment. I haven't tried it though. ____________________________________________________________ Mark, [URL unfurl="true"]http://aspnetlibrary.com[/url] Need help finding an answer? Try the Search Facility or read FAQ222-2244. Upvote 0 Downvote
You could probably set the width to just over 1em which may force the text into a vertical alignment. I haven't tried it though. ____________________________________________________________ Mark, [URL unfurl="true"]http://aspnetlibrary.com[/url] Need help finding an answer? Try the Search Facility or read FAQ222-2244.
May 3, 2007 #4 jbenson001 Programmer Jan 7, 2004 8,172 US humm interesting approach... Upvote 0 Downvote