Board index » cppbuilder » Does anyone know a multiline string grid component

Does anyone know a multiline string grid component

Hi

I'm looking for a string grid that can handle multiple lines
So when I press return it will resize the current row and continue editting
instead of leaving the current cell

Is there a way to make the normal string grid behave like that?

Tnx

Martijn Reuvers

--

/***********************************************************************/
void __fastcall Reuvers::WhatDoesThisIdiotDo
{
    Visit(" http://www.zoom-bim.nl/ ");     // Lead programmer
    Visit(" http://www.twotribes.com/ ");  // GBC Tool programmer

Quote
}

/***********************************************************************/
 

Re:Does anyone know a multiline string grid component


Have you checked out http://www.tmssoftware.com, they have a string grid
with multiple line cells.
Steve Terrell

Quote
> Hi

> I'm looking for a string grid that can handle multiple lines
> So when I press return it will resize the current row and continue
editting
> instead of leaving the current cell

> Is there a way to make the normal string grid behave like that?

> Tnx

> Martijn Reuvers

Other Threads