2022-03-28, 22:30:24
Hello MxMaster926,
Thanks, we like the control too
re. your questions.
The download event handling that you correctly point out is indeed missing at the moment.
There's a lot of functionality exposed in WebView2. The WebView2 control as provided by Microsoft isn't exactly a fixed target.
Microsoft adds new functionality every few weeks. We started out with what we needed for our own customers and have been building out the control over time. Not everything is there yet.
The priority on what we are adding is in part based on demand. As such telling us what you think is important to have helps a lot.
I will look into adding the DownloadStarting event for the next revision and give you access to an internal version before release.
Probably somewhere later this week.
The Settings property is of type IUnknown and is basically this class interface:
https://docs.microsoft.com/en-us/dotnet/...2.settings
Almost all of the properties you can set via that interface have already been exposed in the AntView control.
--
Wil
Thanks, we like the control too
re. your questions.
The download event handling that you correctly point out is indeed missing at the moment.
There's a lot of functionality exposed in WebView2. The WebView2 control as provided by Microsoft isn't exactly a fixed target.
Microsoft adds new functionality every few weeks. We started out with what we needed for our own customers and have been building out the control over time. Not everything is there yet.
The priority on what we are adding is in part based on demand. As such telling us what you think is important to have helps a lot.
I will look into adding the DownloadStarting event for the next revision and give you access to an internal version before release.
Probably somewhere later this week.
The Settings property is of type IUnknown and is basically this class interface:
https://docs.microsoft.com/en-us/dotnet/...2.settings
Almost all of the properties you can set via that interface have already been exposed in the AntView control.
--
Wil