-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Label "Back Color" needed in State#### Designer control(s) #296
Comments
Hi @sdreb3421 Have you tried editing the |
There are no StateCommon properties for back color. For example, the trackbar only has color properties for the track, the slider and the ticks. This is in contrast to the StateCommon properties of all other Krypton controls. |
Question: "Krypton Components" are normally expected to be placed onto a |
@Smurf-IV That is true, implementing such feature may break other controls, unless the KLabel can be changed to behave more like the |
For example, we want to add TrackBars to different areas of our UI where the back color is not identical. And there are areas in our UI where we let the user set the panel BackColor. If the change was implemented, maybe the default back color could be set to Transparent so it doesn't break anything.? |
@Smurf-IV After reviewing the issue, I think you were right to make the TrackBar back color its own issue. Even though the other controls (Label, CheckBox, etc) don't have a back color setting, they are transparent and take on the color of their parent control. However, the TrackBar is different. It is not transparent, doesn't have a back color setting, and the global palette BackStyle cannot be set transparent. So maybe close this issue and just continue with #304 . |
Your totally right. Check out my previous comment. I believe the only issue is with the TrackBar. |
Ok, Closing this, Switching to #304 |
- Fix some compile warnings Investigation results for Krypton-Suite/Standard-Toolkit#296
All controls in the Standard Toolkit allow setting back color, with the exception of KryptonLabel and KryptonTrackBar. The back color of these items can only be configured via the global palette style, which does not give control over individual items. The default WinForms Label and Trackbar both allow setting back color, so the Krypton versions ideally would too.
The text was updated successfully, but these errors were encountered: