Add room for the scrollbar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -687,6 +687,9 @@ wxSize wxListBox::DoGetBestSize() const
|
|||||||
|
|
||||||
wListbox += 3*cx;
|
wListbox += 3*cx;
|
||||||
|
|
||||||
|
// Add room for the scrollbar
|
||||||
|
wListbox += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X);
|
||||||
|
|
||||||
// don't make the listbox too tall (limit height to 10 items) but don't
|
// don't make the listbox too tall (limit height to 10 items) but don't
|
||||||
// make it too small neither
|
// make it too small neither
|
||||||
int hListbox = EDIT_HEIGHT_FROM_CHAR_HEIGHT(cy)*
|
int hListbox = EDIT_HEIGHT_FROM_CHAR_HEIGHT(cy)*
|
||||||
|
Reference in New Issue
Block a user