You need to add this line in the section [AutoExpand].
Code: Select all
wxString=<m_impl>
Code: Select all
wxString=<m_impl>
It did. Only the combination of SetSize() and wxSizerFlags(0).FixedMinSize() is successfull. I don't need to understand why SetMaxSize() has no effect. ;)catalin wrote:I don't understand why but I suppose that didn't work, did it? :)
Did you tested it?Mojo wrote:It looks like you need to set:You set 50 or the size you want.Code: Select all
m_spinCtrl1->SetMinSize( wxSize( 50,-1 ) );