Quantcast
Channel: wixsharp Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1354

New Post: Managed UI dialogs size

$
0
0
Both problems are fixed in Release v1.0.28.1 (HotFix).

You can get it from NuGet:
Install-Package WixSharp.bin -Pre
Now you can update the initial ShellView size in the dedicated event handler:
project.UILoaded += msi_UILoaded;
...
staticvoid msi_UILoaded(SetupEventArgs e)
{
    //ManagedUIShell is just a Form thus it can be manipulated as any other WinForm window
    e.ManagedUIShell.SetSize(700, 500);
} 

Viewing all articles
Browse latest Browse all 1354

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>