dotnet/winforms
Ver no GitHubToolStrip position changed after minimize and restore of form
Open
#4.359 aberto em 11 de dez. de 2020
area-Layoutarea-controls-StripControlshelp wanted
Métricas do repositório
- Stars
- (4.100 stars)
- Métricas de merge de PR
- (Mesclagem média 14d 22h) (56 fundiu PRs em 30d)
Description
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.
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