AdvListBox

Good mornig to all,

about AdvListBox there are a ways in order to to get:



Item text align (rigth, left or center) with both Style = ssCheckList and ssList

item text automatic heigth according to assigned font



Thank's

Daniele

You can add right-aligned text via


  AdvListBox1.Items.Add.Text := '<p align="right">Hello <b>world</b></p>'; 

The height of items is set with

AdvListBox.ItemHeight: integer;