chromelyapps / Chromely

Build Cross Platform HTML Desktop Apps on .NET using native GUI, HTML5, JavaScript, CSS, Owin, AspNetCore (MVC, RazorPages, Blazor)
MIT License
2.98k stars 280 forks source link

setting width and height programmatically #319

Closed haviduck closed 3 years ago

haviduck commented 3 years ago

Heya, sweet framework. really fast! Im trying to avoid using config.json, but cant find any references to setting frame width and height from cs config. any tips?

FrankPfattheicher commented 3 years ago

Hi @haviduck ,

see ChromelyConfiguration.WindowOptions.Size

Source sample in Chromely.Integration.TestApp

haviduck commented 3 years ago

Hi @haviduck ,

see ChromelyConfiguration.WindowOptions.Size

Source sample in Chromely.Integration.TestApp

thanks a bunch!