PDA

View Full Version : Number Lists


Unregistered
October 30, 2002, 18:15:05
I would like to change they way number list wrap.

Currently wrapping looks like this:

1. This is going to wrap now
and now it's done.


I would like it to wrap like this:

1. This is going to wrap now
and now its done.


Seeing as there is a property setting for the text to begin at the next tab position why can't the wrap start at that position as well?


This message was originally posted by Mike Bergeron in the old TX Text Control Support Forum.

Meik Dankleff
October 31, 2002, 19:20:36
It's not really good to see in your example, but I think you mean that the "and" of the wrapped line should be in the same horizontal position as "This".

The solution is the NumberingAttribute property with the txNumberingTextPos parameter. Use it to define where the text should start (in Twips).


This message was originally posted by Meik Dankleff in the old TX Text Control Support Forum.

Unregistered
November 5, 2002, 20:11:58
Hi,

I am having the same problem. I did set the txNumberingTextPos of the NumberingAttribute property and all it seems to do is move the entire listing to that position. The line still wraps the same as before. Maybe I am not coding it correctly. Do you have any example code on how I can properly do this?

Thanks.


This message was originally posted by Lisa Balsamo in the old TX Text Control Support Forum.