fxruby
fxruby copied to clipboard
Remove row header in FxTable
Hi, how can I remove the row headers, the red part? I am unable to find the correct reference in the docs - http://www.fox-toolkit.org/ref/classFX_1_1FXTable.html
Why are you looking into the C++ reference? You should use the FXRuby documentation, as FXRuby is not a replica of the Fox toolkit but an adaptation of a certain version. Long time that I don't deal with these tables, but I remember that you can access the header with an attribute (or method call), and then from there you can disable it, or something like that. Let us know if you dealt with it, and if not, I'll try to help you further.