-
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]: Font Dialog is in the Main Forms elements - Where is Kryptons' Standard themed equivalent #243
Comments
It might be a case of just deriving from the Winform, Catching the OnLoad, setting colours of elements, and then display.. Rather than trying to re-create the full path of code: Or using outdated interops to get to the base OS classes. |
That would be a nice addition to the Extended ComboBox / List projects. |
Getting there..
The following picture shows |
Can something similar be done for file dialogs? |
Yes, What I am aiming for is anything that is derived from the |
I think I should leave the List / Combo Drop Boxes alone, as it just makes scrolling messy, and the background for the actual items is not replaced either ! |
Is it going to be possible to use the breadcrumb control for file dialogs? Still testing the new inputbox :) |
Not sure that will be a wise thing to do, as it entails lot's of linkage out to an existing control(s), so probably not. |
- Only replace buttons (Normal and checkbox) - Replace drawing of GroupBox's - Everything else is handled "in place" - Some code tidys as well #243
e.g. Dark theme:
The text was updated successfully, but these errors were encountered: