picoe/Eto

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

Open

#1,053 opened on Mar 15, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C# (3,387 stars) (320 forks)batch import
help wanted

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.

Contributor guide