Skip to content

Instantly share code, notes, and snippets.

@sAbakumoff
Created October 8, 2012 02:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sAbakumoff/3850474 to your computer and use it in GitHub Desktop.
Save sAbakumoff/3850474 to your computer and use it in GitHub Desktop.
var navigationBar = viewer1.Toolbar.NavigationBar;
navigationBar.Visible = false;
var items = navigationBar.Items.Cast<ToolStripItem>().ToList();
viewer1.Toolbar.MainBar.Items.AddRange(items.ToArray());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment