c# - how can i programmatically reposition the ExpandableSplitter -



c# - how can i programmatically reposition the ExpandableSplitter -

anyone know how programmatically move devcomponents expandablesplitter?

i have tried location change, doesnt anything. , expanded, want opposite effect of expanded action.

i have panel expanded via splitter, stored in expandablecontrol of splitter. , want set splitter show expandablecontrol on available space.

i seem have found works, there still minimul gap @ bottom cannot rid of.

expandablesplitter2.expanded = true; paneltohide.visible = false; expandablesplitter2.visible = false; //to hide much of reply panel possible expandablesplitter2.minextra = 0; expandablesplitter2.maximumsize = new size(1, 1); expandablesplitter2.height = 0; expandablesplitter2.splitposition = this.height;

but there still little gap @ bottom.

in reply paul ruane, hidepanel dock.fill toppanel dock.top expandablesplitter dock.top

c# .net dotnetbar

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -