Le 19 févr. 2010 à 19:41, Frank Niessink a écrit : > 2010/2/19, Jérôme Laheurte <[email protected]>: > > > > Yes, but the items are constant-height I think, no need to compute the new > > height on every EVT_SIZE/add/remove/modify... > > The hypertreelist allows for multiline items so it must do some > computing then too. Also, when are the items in the calendar widget > not of the same height? I haven't seen that yet.
The height depends on the task subject; the _shrinkText method in wxSchedulerPaint.py tries to break up a string according to a maximum width/height. Cheers Jérôme
