-
MsFlexGrid Problems.
1) How to hide the scroll bars but still scroll
using the Toprow method.
2) when using highlight to select a cell, how
to switch off the ability to highlight more than
1 cell at a time. i.e. by dragging over multiple
cells
3) I am designing touchscreen software.
and have found that when clicking around the grid
quickly it is possible to focus on a cell without
triggering the click event. This surpressing, does
any one know how to trap this event. I find the
GotFocus event is too unpredictable
Answers to any of the above would make my life
easier
-
1) It seems silly to me but you need to have the scrollbar property set to 2 in order to use the TopRow property. One kludge to get around having the ScrollBar appear is to put your MSFlexGrid inside a frame that has it's BorderStyle set to None and then adjust the dimensions of the frame and/or the position of the grid within the frame so that the scrollbar is cut off.