in reply to Any way to add an item across merged columns in an hlist?

I'd like to be able to add a row where an entry starts in column 1 and spans all 4 columns similar to what I can do with -columnspan=>2 in the grid geometry manager

Hi

That is a no https://grep.metacpan.org/search?qd=Tk&source=metacpan&q=columnspan

See https://metacpan.org/pod/distribution/Tk-TableMatrix/pod/TableMatrix.pod#Row/Col-Spanning
https://metacpan.org/source/CERNEY/Tk-TableMatrix-1.23/demos/debug
https://metacpan.org/source/CERNEY/Tk-TableMatrix-1.23/demos/SpreadsheetHideRows

  • Comment on Re: Any way to add an item across merged columns in an hlist?

Replies are listed 'Best First'.
Re^2: Any way to add an item across merged columns in an hlist?
by boleary (Scribe) on May 06, 2020 at 15:09 UTC
    Thanks for the info! I didn't know about grep.metacapan.org!