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
Two Line HEADER in GRID Control
Moderator: Rathinagiri
- Rathinagiri
- Posts: 5351
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Has thanked: 212 times
- Been thanked: 232 times
- Contact:
Michael, as of now it is not possible as Grid control is based on Win32API ListView control.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
-
- Posts: 119
- Joined: Wed Feb 18, 2009 2:14 pm