picoe/Eto

WinForms : Numeric Stepper needs Size to be set, not Width.

Open

#1 053 ouverte le 15 mars 2018

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C# (320 forks)batch import
help wanted

Métriques du dépôt

Stars
 (3 387 stars)
Métriques de merge PR
 (Merge moyen 11m) (11 PRs mergées en 30 j)

Description

Trying to set the width of a numeric stepper, WinForms ignores the Width value and does its own thing with the dimensions. The workaround on that specific platform is to set Size.

WPF seems fine with Width.

Eto 2.4.1, Win 10 RedStone 4 17115, VS 2017.

Guide contributeur