Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make current row of grid all one color
Message
From
30/04/2003 09:30:56
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
30/04/2003 08:56:19
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00783111
Message ID:
00783123
Views:
16
>I am trying to make a grid look like a list, with a whole row highlighted in the same color, but the cell that has the focus takes on a different back color. Any suggestions?
>
>TIA,
>
>Alex

Set SelectedBac/ForeColor to those of highlight. ie:
with myGrid
 .SetAll('SelectedBackColor',nHightLightBackColor)
 .SetAll('SelectedForeColor',nHightLightForeColor)
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform