Użytkownik Paul McNett napisał: > I can't recall if we ever fixed it, but Dabo at least used to set > self.MinSize=self.Size when the size was explicitly changed. > > So yes, try it with a plain wx.Grid to determine where your particular issue > stems from.
The MinSize property doesn't affect sizing behaviour. Currently, I fixed it quickly by creating dPage.onResize method where I'm doing unnecessary calculations and setting grid size manually. -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
