Add documentation for combobox
See original GitHub issueThere are several additional features provided by the combo box that are not that easy to discover and should be documented.
- Add a page to the Wiki for ComboBox
- Add a link to it in the sidebar under Controls
- Document the two possible styles for ComboBox (
MaterialDesignComboBox
- this is the default, andMaterialDesignFloatingHintComboBox
) - Document that in addition to the default brushes on ComboBox there are a couple attached properties for changing colors. These are
TextFieldAssist.UnderlineBrush
for changing the color of the underline when the ComboBox is editable and the user is editing.HintAssist.Foreground
for changing the color of the hint (when it is used). - Document the
ComboBoxAssist.ClassicMode
attached property. When this is set totrue
it will cause the popup with the items to display strictly outside of the ComboBox rather than around it. This is more closely aligned with the default WPF ComboBox.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to Use Combo Boxes
Using an Editable Combo Box · Click the Launch button to run the ComboBox2 Demo using Java™ Web Start (download JDK 7 or...
Read more >Add and Remove Items from a Windows Forms ComboBox ...
Learn how to add and remove a Windows Forms ComboBox, ListBox, and CheckedListBox controls simply and with no data binding.
Read more >Combo box control in Power Apps
Select Insert > Input > Combo box, and name it "Combobox1". On the Properties pane on the right-side of the screen, open the...
Read more >combobox - Documentation
The combobox display an editable text box and drop-down list, from which the user can select one or multiple values. The user can...
Read more >Creating a Python Add-In Combo Box—ArcMap | Documentation
This topic guides you through the process of creating a combo box on a new toolbar using the Python Add-In Wizard. Before beginning...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Alex-451 yes, the wiki is just a special git repo within GitHub. I do keep an eye on the changes that people make to it and undo changes when needed, but most of the time when people make changes it is making things better, so I have left it open to all edits. I have looked over your changes and they look great to me.
I agree, making a PR soon.