Self created Visio listbox

K

kippi

Hi everyone,

in order to show one-on-one messages in Visio like in a listbox I
append a CRLF (\n in C++) at the end of each message. Example: The
string "Message 1\nMessage 2\nMessage 3" appears as shape

Message 1
Message 2
Message 3

After adding each new message the shape is growing symmetrically to
upwards and to downwards. The middle of the shape stays at the same y
coordinate.

For my purpose the shape with the strings may increase only downwards
(the top string has to keep the same y coordinate). It means I have to
move the shape down.

How can I determine the y coordinate distance between e.g. Message 1
and Message 2 in above example? The value Height in the section Shape
Transform (Shape sheet window) is not correct.

Thank for any hint,
Kippi
 
J

JuneTheSecond

Hi, Kippi.

Maybe, VerticalAlign = 0 in Text Block Format section of shape sheet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top