Applies to
TIB_CustomCombo
Declaration
Property PopupAlignment : TIB_PopupAlignment;
Description
Property to align the PopupList
- puAuto : = puLeft if enough place to display completely
else = puParentRight
- puLeft : PopupList always left aligned to the Combobox
- puRight : PopupList always right aligned to the Combobox
- puCentered : PopupList always vertically centered to the Combobox
- puParentLeft : PopupList always left aligned to Parent.Combobox
- puParentRight : PopupList always right aligned to Parent.Combobox
- puParentCentered : PopupList always vertically centered to Parent.Combobox