Skip to content

Bug with Controls:NumericUpDown when setting Maximum programaticaly #1885

@ghost

Description

I have a Flyout panel with some elements on it.

  1. ComboBox
  2. ComboBox
  3. NumericUpDown -> Maximum is set programaticaly based on value selected in 2. Minimum is set to 0 in xaml.

If I go and select a value in 1. then go select a value in 2. and go and click on any of the +- signs in 3. , they are disabled. I fix this by entering a number manualy, then going and clicking on another control (1. or 2.) then coming back to 3. Arrows are now finaly enabled. This doesn't happen if I set the Maximum only from XAML. I tried setting both in xaml and again in codebehind but issue still occurs

EDIT: I also tryied binding it from XAML to a int in codebehind, issue still occurs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions