Skip to content

Instantly share code, notes, and snippets.

@hjerpbakk
Created October 5, 2014 19:53
Show Gist options
  • Save hjerpbakk/24d745a90e40c74b916e to your computer and use it in GitHub Desktop.
Save hjerpbakk/24d745a90e40c74b916e to your computer and use it in GitHub Desktop.
CefSharp in Windows Forms
...
browser.Dock = DockStyle.Fill;
...
Controls.Add(browser);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment