Dear expert!
I use AdvPolyList component to present a list containing Images and Lables.
My problem is with Labels, when they are too long they Wraped down without preserving centered horizontal alignment that I assigned.
For example when I write the followig line by code:
PreviewItem1.caption:= 'Word1 Word2 Word3 Word4 Word5'
I get on the first PreviewItem1 the result:
Word1 Word2 Word3
Word4 Word5
I wish instead getting:
Word1 Word2 Word3
Word4 Word5
Is there a way to handle that? if not Is there a way to access a canvas on the component by code
so I would be able to draw texts as I wish?
Please Help