Implement wxLB_NO_SB style
See https://github.com/wxWidgets/wxWidgets/pull/346
(cherry picked from commit d24fbc7808
)
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
@style{wxLB_NEEDED_SB}
|
||||
Only create a vertical scrollbar if needed.
|
||||
@style{wxLB_NO_SB}
|
||||
Don't create vertical scrollbar (wxMSW only).
|
||||
Don't create vertical scrollbar (wxMSW and wxGTK only).
|
||||
@style{wxLB_SORT}
|
||||
The listbox contents are sorted in alphabetical order.
|
||||
@endStyleTable
|
||||
|
Reference in New Issue
Block a user