Skip to content

[Feature Request]: ComboBox with *Any* UserControl #123

@Smurf-IV

Description

@Smurf-IV

Is your feature request related to a problem? Please describe.
Following on from #102

The ComboBox - UserControl provides the same features as the standard KryptonCcomboBox control but with a drop-down that is capable of showing any user control that you define (Preferably KryptonControls ;-) )

It would probably have a subset of Designer overrides, and wiring up the events from the UserControl may need to be done by the Developer, but at least it should be possible.

Describe the solution you'd like
It should attempt to provide the following features:

  • The control supports auto-completion in all combo box styles to select matching entries as the user types text.
  • The drop-down portion displays a user control that you create and derive from the supplied class (e.g. IDropControl). This allows it to at least be able to wire-up the basic events, and sizing control, and also if scrolling is required etc.
  • The drop-down portion auto-sizes itself when first displayed based on the defined user control (via IDropControl). It also positions itself correctly on the screen either below or above the combo box to show as much of the user control as possible, as per normal ComboBox placement practices.
  • The drop-down portion is resizable at runtime and can scroll both vertically and horizontally when necessary.

Describe alternatives you've considered
http://ewsoftware.github.io/ListControls/html/4562fbf1-0f8d-4a3d-8bd9-a5f01fa5e737.htm

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestnew featureA new feature has been requested.suggestionA suggestion has been requested.version:100All items related to version 100.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions