dotnet/winforms

ToolStrip position changed after minimize and restore of form

開放

#4,359 建立於 2020年12月11日

 (7 則留言) (0 個反應) (0 位負責人)C# (922 個分叉)batch import
area-Layoutarea-controls-StripControlshelp wanted

倉庫指標

星標
 (4,100 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南