Ed Leafe wrote:
On Oct 14, 2006, at 3:36 PM, Paul McNett wrote:
While this is the default behavior, you can override it in your dGrid
subclasses by setting the property ResizableRows to False.
Also, once you set it, Dabo will remember the RowHeight. Next time
you run the form, it will set the RowHeight to the same value you last
adjusted it to.
...and if that's annoying, just set RowHeight in code e.g.:
class MyGrid(dabo.ui.dGrid):
def initProperties(self):
self.ResizableRows = False
self.RowHeight = 18
--
pkm ~ http://paulmcnett.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users