Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 7 of 7 total
Thread Variable height grid rows
Tue, Jan 19 2021 12:22 PMPermanent Link

Anthony

Did variable height rows for memos in grids get implemented in EWB3?

I see various mentions of this in the forums over the years but only that it is not yet implemented in EWB2.
Fri, Jan 22 2021 12:25 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Anthony,

<< Did variable height rows for memos in grids get implemented in EWB3? >>

No.

Tim Young
Elevate Software
www.elevatesoft.com
Fri, Jan 22 2021 4:49 PMPermanent Link

Anthony

Tim Young [Elevate Software] wrote:

<< Did variable height rows for memos in grids get implemented in EWB3? >>

is this on the road map and are there any timescales for this as it was talked about for version 2.07

Anthony
Sat, Jan 23 2021 11:25 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Anthony,

<< is this on the road map and are there any timescales for this as it was talked about for version 2.07 >>

No.

Tim Young
Elevate Software
www.elevatesoft.com
Mon, Feb 1 2021 2:14 AMPermanent Link

Anthony

Is there any way to achieve this at runtime?
Mon, Feb 1 2021 8:28 AMPermanent Link

Walter Matte

Tactical Business Corporation

See Erick's sample - he has variable height grid rows.

https://erickengelke.com/nice/samples.html
Tue, Feb 2 2021 11:57 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Anthony,

<< Is there any way to achieve this at runtime? >>

Yes, but it involves making the same changes I would make to implement this feature, namely modifying these two methods in the WebGrids unit:

function TGridControl.GetDefaultRowHeight: Integer;

procedure TGridControl.UpdateDimensions;

Those methods determine the row height and calculate the dimensions of the cells in the grid.

Tim Young
Elevate Software
www.elevatesoft.com
Image