Gap between toolwindows of single docksite

Docking/MDI for WPF Forum

Posted 12 years ago by keshav bansal
Version: 12.1.0560
Avatar

Hi,

I am able to add the toowindows inside horizontally alligned to each other in the single docksite using PrismIntegration.

Gap of around 5 to 10 pixel is displaying between the Toolwindows .

Its similar the gap taken by the splitContainner between the toolwindows  like

<docking:SplitContainer>

<docking:ToolWindowContainer>

<docking:ToolWindow>

</docking:ToolWindow>

</docking:ToolWindowContainer>

<docking:ToolWindowContainer><docking:ToolWindow>

</docking:ToolWindow></docking:ToolWindowContainer>

</docking:SplitContainer>

As i hover the mouse over the gap between toolwindows then it shows the arrow icon to resize the toolwindows.

How to minimize this gap between the toolwindows of arround only 1 or 2 pixel and As i hover the mouse over the gap between toolwindows then it shows the arrow icon to resize the toolwindows ?

Comments (1)

Answer - Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Keshav,

The default splitter size is 5 pixels.  You can change this to another size with the DockSite.SplitterSize property.

The AutoHideHost control also has a Padding of 5 pixels, which you can change with an implicit style for AutoHideHost.


Actipro Software Support

The latest build of this product (v24.1.2) was released 14 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.