Leaf Shi

Results 123 comments of Leaf Shi

> > @LeafShi1 - is it possible to find specific tests in the ControlTests class that use the Clipboard and move them to the sequential collection?? Currently only `RichTextBoxTests `...

@Tanya-Solyanik @paul1956 I searched the entire project using keywords (clipboard, copy, paste) and found that the following test case used the clipboard **Under Microsoft.VisualBasic.Devices.Tests:** - [ ] ComputerTests.cs - [...

This problem can be reproduced by setting a larger font size for the form and making the control layout in the Form more compact. [WinFormsApp3.zip](https://github.com/dotnet/winforms/files/15087822/WinFormsApp3.zip) ![image](https://github.com/dotnet/winforms/assets/132890443/3d9a03e8-8a11-43a8-9095-0910bfdf0da8)

@merriemcgaw @ricardobossan @Tanya-Solyanik The reason for this problem is that `PerformAutoScale ` is not executed, because when the Form object is created, its handle is not created immediately, this is...

> Hi @merriemcgaw , @LeafShi1 @Tanya-Solyanik Previously I was using below document to test the changes. But now its not working, even after copying DLL to shared folder when I...

@swapso You may have misunderstood the workaround I provided. You don't need to change the Winform code. You only need to add CreateHandle(); in your Application.

> @LeafShi1 Sorry for the confusion what I write in earlier comment. The CreateHandle(); worked in my sample application for single form only. When I tried to put it in...

> estAutoScaleOnFontChange.zip' , it also work with that. Thanks for your feedback, we need to discuss the feasibility of this fix and whether it can solve all possible situations.

> Let me know how can I help to do it faster. For issue tracking, please see the comment below PR #11641

> > @LeafShi1 why PR#11641 is closed? What happened to new infrastructure that Jeremy was planning to rework. > > @LeafShi1 please reply I can't give a specific time for...