Skip to content

How can I remove the ComboBox's underline? #412

Discussion options

You must be logged in to vote

Hello. Probably the easy way is to copy the full ComboBox ControlTheme to your app, give it an unique key, remove the underline and use it.

The other way is probably hiding the underline via style with selector like this: ComboBox /template/ namespace|MaterialUnderline#PART_Underline, and setter to Opacity or IsVisible.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alessandrofrancesconi
Comment options

Answer selected by alessandrofrancesconi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants