|
-
Sep 19th, 2000, 08:23 AM
#1
Thread Starter
Lively Member
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
-
Sep 19th, 2000, 01:31 PM
#2
Addicted Member
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
-
Sep 19th, 2000, 05:22 PM
#3
Thread Starter
Lively Member
Thank you very much, It works a treat!!!
Gerard
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|