I am trying to use ArrayCtrl in a very Excel like style. I call HeaderObject().Absolute() before adding columns and then I set the preferred width in one step. The user is free to change the width. The problem that I am having is that the ArrayCtrl won't display the horizontal scroll bar until I manually adjust the width of a column.
Do I understand you that this is feature request ("add AlwaysHorzSB() method to ArrayCtrl), not a bug report?
Quote:
Another smaller problem that I am having is that the array is slow to draw, scroll and resize columns. Any tips on speeding it up? Most cell have embedded controls and some have displays attached.