Objective Grid: Preventing headers from being drawn depressed

Article ID: 718
Last updated: 11 Jun, 2018
Article ID: 718
Last updated: 11 Jun, 2018
Revision: 3
Views: 1642
Posted: 12 Jan, 2001
by Meltreger B.
Updated: 11 Jun, 2018
by Meltreger B.

Problem


How do I prevent the row and col headers associated with the current cell from being drawn in a depressed state?


Cause



Action


You should call

GetProperties()->SetMarkColHeader(FALSE);
GetProperties()->SetMarkRowHeader(FALSE);

Another thing you might consider is that when the user clicks on a row or column header, the current cell is moved onto the header.

See also: "Header cells not inverted when selected"

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

Others in this category