Results 1 to 2 of 2

Thread: 3 MsFlexGrid Problems

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Location
    Posts
    8

    Question

    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

    Jemerah

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width