Page 1 of 1

Two Line HEADER in GRID Control

Posted: Thu Mar 31, 2016 12:07 pm
by melliott42
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

Re: Two Line HEADER in GRID Control

Posted: Thu Mar 31, 2016 2:36 pm
by Rathinagiri
Michael, as of now it is not possible as Grid control is based on Win32API ListView control.

Re: Two Line HEADER in GRID Control

Posted: Thu Mar 31, 2016 2:43 pm
by melliott42
OK thanks sir.