CefSharp Example
515a652685
1. Made more space for links hover in statusbar - Moved Progress Bar below addressbar. a) Thinly visible when loading, hides when loaded. b) No flickering as progress bar and browser share same row. 2. Behaviour to load page when hit Enter in Addressbar - Behaviour for that. 2. Refactor. |
||
---|---|---|
CefSharp.MinimalExample.OffScreen | ||
CefSharp.MinimalExample.WinForms | ||
CefSharp.MinimalExample.Wpf | ||
.gitattributes | ||
.gitignore | ||
CefSharp.MinimalExample.sln | ||
LICENSE | ||
NuGet.config | ||
README.md |
CefSharp.MinimalExample
Minimal example of how the CefSharp library can be used using the official Nuget
packages.
Includes examples for
- WinForms
- WPF
- OffScreen
For a more complete example of each project see the main CefSharp
repository.