It''s possible merge two or more cell ??? ex: -------------------------------------- | LABEL 1 | LABEL 2 | LABEL 3 | -------------------------------------- | VALUE CELL MERGE | ANOTHER | -------------------------------------- | | | | -------------------------------------- Many Thanks Carlo Bertini www.waydotnet.com -- Posted via http://www.ruby-forum.com/.
Carlo Bertini wrote:> It''s possible merge two or more cell ??? > > ex: > > -------------------------------------- > | LABEL 1 | LABEL 2 | LABEL 3 | > -------------------------------------- > | VALUE CELL MERGE | ANOTHER | > -------------------------------------- > | | | | > -------------------------------------- >I don''t believe so. You may be able to manipulate the appearance of the cells (eg using Wx::GridCellRenderer) to achieve a somewhat similar effect. alex
Alex Fenton wrote:> Carlo Bertini wrote: >> -------------------------------------- >> > > I don''t believe so. You may be able to manipulate the appearance of the > cells (eg using Wx::GridCellRenderer) to achieve a somewhat similar > effect. > > alexMany thanks Alex, but i''ve not idea how it work :D -- Posted via http://www.ruby-forum.com/.