Skip to content
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

GridView HeaderText: size & font #2152

Open
seghier opened this issue Feb 28, 2022 · 2 comments
Open

GridView HeaderText: size & font #2152

seghier opened this issue Feb 28, 2022 · 2 comments
Milestone

Comments

@seghier
Copy link

seghier commented Feb 28, 2022

Hello
How to change size & font of header text in GridView?

@WileyNg
Copy link

WileyNg commented Mar 2, 2022

Hi, I am trying to do the same thing. but for the Expander class.
I read that i can set the font by setting a cascading style or inspecting the children of the panel.
How should I go about doing that?

@cwensley
Copy link
Member

Hey @seghier, thanks for reporting the issue.

Currently the only way to do that would be via a native style for each platform, if possible. I would like to add additional properties to control this though.

@WileyNg Expander.Header is a Control so you can just set it to a Label with a specific font. If you're using it in Rhino, see this post for why it might not be working as expected and how to get around it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants