question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add documentation for combobox

See original GitHub issue

There 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, and MaterialDesignFloatingHintComboBox)
  • 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 to true 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:open
  • Created 5 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Keboocommented, Oct 9, 2022

@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.

1reaction
kevinmbuthicommented, Feb 13, 2019

I agree, making a PR soon.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found