Skip to content
redtide edited this page Jun 12, 2021 · 2 revisions

The following book controls are currently supported:

They supports bitmaps or wxImageList' images, except for wxChoicebook which is not using wxBitmapCombobox as controller, and wxSimplebook.
When using bitmaps the bitmapsize property is used to set all bitmap images size used for the widget.
When a wxImageList is added, the bitmapsize is ignored, this to simplify the code generated, specially wxXRC, and images will be displayed immediately using the default wxImageList default size property value and using the page image index property.

Clone this wiki locally