dotnet/winforms

ToolStrip position changed after minimize and restore of form

Open

#4.359 geöffnet am 11. Dez. 2020

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (922 Forks)batch import
area-Layoutarea-controls-StripControlshelp wanted

Repository-Metriken

Stars
 (4.100 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 14T 22h) (56 gemergte PRs in 30 T)

Beschreibung

Hi,

all WinForms toolstrip's will move to the upper left corner when the form is minimized and restored.

The ToolBarBug.zip is a very simple WinForms solution to reproduce this beavior.

ToolBarBug.zip

a) Run the WinForm application with the two toolstips on the form. b) Remember the location of the two strips c) Mnimize the form to the task-bar of windows d) Re-show the form from task-bar

--> ToolStrip positions moved.

I think this is not the expected behavior of the toolstrips.

Kind regards Sylko

Contributor Guide