Hello,
I'm having two particular problems with the WinGrid and a TrackBarControl
1) If the row is selected the TrackBar is covered by the blue foreground color, hence not showing that a TrackBar control is available (which is confusing for the users)
2) If the row is unselected the TrackBar column not shown.
Hi Fernando,
Which column in the screen shot has the Trackbar in it? I'm assuming is the UnitsInStock cell. Is that right?
How are you embedding the TrackBar into the grid?
And the screen shot you have here shows a selection color that is not the default color, so you are probably loading an ISL (Style Library File). That's going to be important in figuring our how to make this work.
Can you post a small sample project demonstrating the issue? If so, I'm sure I can figure it out and get it working for you.
HI Mike,
The trackbar is on the UnitsInStock column, as you can appreciate in both rows the track is not being shown.I created a sample project which has the following issues:
The only way to show the trackbar is to actually click on its column.
Thanks for the help!