MicrosoftEdge / WebView2Samples

Microsoft Edge WebView2 samples
830 stars 460 forks source link

Add `ES_AUTOHSCROLL` style to WebVIew2APISample address bar #246

Open kielby opened 3 weeks ago

kielby commented 3 weeks ago

Currently in the WebVIew2APISample address bar doesn't allow user to enter a really long URL (limited by width of window). Adding ES_AUTOHSCROLL style fixes the problem.