Objective Grid: Resizing all rows to the same height

Article ID: 338
Last updated: 07 Jun, 2018
Article ID: 338
Last updated: 07 Jun, 2018
Revision: 3
Views: 1969
Posted: 11 Jan, 2001
by Meltreger B.
Updated: 07 Jun, 2018
by Meltreger B.

Problem


How can I force all rows to resize to the same height when a user resizes a row?


Cause



Action


You should call:

GetParam( )->EnableTrackRowHeight(GX_TRACK_ALL);

See the class reference for CGXGridParam::EnableTrackRowHeight() for further modes.

Also take a look at the article "I have set EnableTrackRowHeight(GX_TRACK_ALL), but some rows are not getting resized at all. What is wrong?"

This article was:   Helpful | Not helpful
Report an issue
Article ID: 338
Last updated: 07 Jun, 2018
Revision: 3
Views: 1969
Posted: 11 Jan, 2001 by Meltreger B.
Updated: 07 Jun, 2018 by Meltreger B.

Others in this category