Two Line HEADER in GRID Control
Posted: Thu Mar 31, 2016 12:07 pm
Hello,
In a Grid control how can I create a two-line HEADER? I want the title\header to show vertically as so:
Line1
Line2
Instead of horizontally: Line1 Line2
I have tried the following without success:
HEADERS {"Line1" + CRLF + "Line2"}
HEADERS {"Line1 \n Line2"}
What can you recommend?
Thanks,
Michael
In a Grid control how can I create a two-line HEADER? I want the title\header to show vertically as so:
Line1
Line2
Instead of horizontally: Line1 Line2
I have tried the following without success:
HEADERS {"Line1" + CRLF + "Line2"}
HEADERS {"Line1 \n Line2"}
What can you recommend?
Thanks,
Michael