Displaying 1 result from an estimated 1 matches for "list_autosize_usehead".
Did you mean:
list_autosize_useheader
2004 Apr 21
2
Resizing a ListCtrl
...ow. Any help will be greatly appreciated, as I really
like wxRuby :)
I''ve also tried to copy from the example from listtest.rbw, but that
also doesn''t seem to work.
Another thing I''ve noticed - this seems to be ignored in the example
below:
@fileList.set_column_width(0, LIST_AUTOSIZE_USEHEADER)
Cheers,
Assaph
p.s. I''m using ruby 1.8.1 (2003-12-25) [i386-mswin32] with the latest
wxruby (0.3.0). This has also happened with wxRuby 0.2.0.
# BEGIN CODE
require ''wxruby''
include Wx
class MainFrame < Frame
def initialize ## {{{
# init size, ionstanc...