Help with WebBrowser.Document.CurrentViewMode

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 2 years and 7 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
nikcomp7109
Posts: 13
Last visit: Thu Mar 02, 2023 6:43 am

Help with WebBrowser.Document.CurrentViewMode

Post by nikcomp7109 »

Trying to find a way to sort by date when using webbrowser control navigated to a local drive example c:\users\xxx\documents.
Wanted to be able to set the currentviemode like in VB.net and didn't know if someone know how to import the method/ convert etc.
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Help with WebBrowser.Document.CurrentViewMode

Post by jvierra »

THe WinForms WBC does not support that. It is only available in WPF.
This topic is 2 years and 7 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked