TAdvPolyList Font property

PolyList items are using the default Font Tahoma.

Is it possible to add a Font property so I can choose another font?

(Specifically I sometimes need to have a Monospace font for nice aligning of text on TPolyList items)

This is already possible using the following code:
AdvVerticalPolyList1.List.Appearance.NormalFont.Name := 'Monospace';

Or at designtime in the Appearance tab when starting the items editor. Is there anything you are missing in this functionality?

This feature will not be implemented.