Problem: 1377874
Title: (GridViews) Why does CanSelectCell result force Gray text?
Received: Aug 12 1996 10:46AM
In TGridView::DrawCell it makes the assumption that if you can't select the cell,
it should be grayed out - which is an awful big assuption to make. Not only that,
but it draws it in gray, but does not change the font color (tsColor of
fTextSytle) so you have data about your cell which may or may not be accurate.
Plus, what if I am doing a grid header, or just a formatted list view - I don't
want the user to select in the header, but I want it to be black. I need to
comment out a whole chunk of logic in MacApp. I think that this is making a
*big* assumption (and in some cases, a good one) but is not very helpful over
all, since the developer can't control it.