I want to individually set the column widths for the
ArrayCtrl. How do I go about doing this?
I want it so that the Columns automatically size depending
on the length of the field under the column. I already
compute this largest "size" by getting the largest for
all row occurrences of the field.
The Problem now is to set the column width, The default
behaviour of the ArrayCtrl is that it sets all column width
to the same size and tries to fit all the columns in the
ArrayCtrl "client" area so that it doesnt even show the
horizontal scroll bar.
Sorry for my questions but since these controls dont have
much in a way of documentation I end up guessing. Looking
at the header files and method names doesnt help either
especially if the method names are short and obscure.
Actually, ArraCtrl is the best documented widget in the library