Search found 2 matches

by FeLDMaRShaL
Fri Sep 07, 2012 5:25 pm
Forum: Support
Topic: Vertical alignment text in line
Replies: 2
Views: 8451

Thanks, I'll try it.
by FeLDMaRShaL
Fri Sep 07, 2012 9:51 am
Forum: Support
Topic: Vertical alignment text in line
Replies: 2
Views: 8451

Vertical alignment text in line

I insert in rtf text and smile. I want that all items will be centered by rvvaAbsMiddle. Smile i centered: rv.AddBulletEx('', idx, ClnDM.ilSmileys, -1); TRVBulletItemInfo(rv.GetItem(rv.ItemCount-1)).VAlign := rvvaAbsMiddle; But I don't know how i can centered simple text: rv.AddText(s2, StyleNo); rv ...