picoe/Eto

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

Open

#1.053 aberto em 15 de mar. de 2018

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)C# (320 forks)batch import
help wanted

Métricas do repositório

Stars
 (3.387 stars)
Métricas de merge de PR
 (Mesclagem média 11m) (11 fundiu PRs em 30d)

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.

Guia do colaborador