Skip to content

Instantly share code, notes, and snippets.

@tablacus
Last active October 4, 2023 13:23
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tablacus/e367386c3b6a18424dbef856c16f9a17 to your computer and use it in GitHub Desktop.
Save tablacus/e367386c3b6a18424dbef856c16f9a17 to your computer and use it in GitHub Desktop.
Move current tab to next pane * require "Switch to next pane" - Tablacus Explorer
var FV = GetFolderView(Ctrl, pt);
var FV2 = Sync.SwitchPane.NextFV(Ctrl);
FV.Parent.Move(FV.Parent.SelectedIndex, FV2.Parent.Count, FV2.Parent);
@tablacus
Copy link
Author

tablacus commented Mar 5, 2018

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment