Property Listbox is a Custom Control based on a ListBox that acts like REALBasic's Property Listbox displayed on the right in the Project and Window Editor tabs.
Property Listbox is a XML-driven control and it can be used to display and edit a list of properties.
The Property Listbox is one of the first available Listbox that has a real auto-complete feature.
Cells can take up to 10 different types (More can be added):
· TypDefault
· TypNormal
· TypCheckBox
· TypEditable
· TypList
· TypEditableList (with Autocomplete option)
· TypColor
· TypFolderItem
· TypRadioButton
· TypRating
· TypPicture
Requirements:
· REALbasic
What's New in This Release: [ read full changelog ]
New:
· TypeNumericUpDown constant: Display a numeric value with up/down arrows
Fix:
· PopupArrow missing the tip pixel in newer versions of RealStudio
· NilObjectException if the focus is lost when opening the window containing the PropertyListBox
· Caption in buttons for Windows HiDPI screens