Results 1 to 3 of 3

Thread: dataGrid-cursor

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Australia
    Posts
    69

    Unhappy

    A quick question..I have a datagrid, when you select a particular field in the data grid it not obvious whcih field I'm in there is no cursor flashing in the field. Is there a way that I can control the size of my cursor within the fields?

    Gerard
    Live long and prosper...

  2. #2
    Addicted Member P.S.W.'s Avatar
    Join Date
    Aug 2000
    Posts
    146
    Surely. It's called the "marquee" and you can set it from the DataGrid property pages or from code like this:

    DataGrid1.MarqueeStyle = dbgHighlightCell

    or if you prefer,

    DataGrid1.MarqueeStyle = dbgSolidCellBorder


  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Australia
    Posts
    69
    Thank you very much, It works a treat!!!

    Gerard
    Live long and prosper...

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