git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3317
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// borders (free space between text and window borders)
// defaults to 10 pixels.
// borders (free space between text and window borders)
// defaults to 10 pixels.
if (!m_Cell) return;
if (m_Style == wxHW_SCROLLBAR_NEVER) {
if (!m_Cell) return;
if (m_Style == wxHW_SCROLLBAR_NEVER) {
+ SetScrollbars(1, 1, 0, 0); // always off
GetClientSize(&ClientWidth, &ClientHeight);
m_Cell -> Layout(ClientWidth);
}
GetClientSize(&ClientWidth, &ClientHeight);
m_Cell -> Layout(ClientWidth);
}