Package mathbench :: Package ext :: Module columnsizer
[hide private]

Module columnsizer

source code

columnsizer -- a mixin to handle column resizing for list controls

This mixin provides the capabibility to resize columns in a report-mode list control. Integer flags are used for each column to indicate whether the column should be a fixed size or a width proportional to te length of the largest item in the column. It also tries (with only some success) to avoid using a horizontal scrollbar if at all possible.



Classes [hide private]
  ColumnSizerMixin
Enhancement to ListCtrl to handle column resizing.