How to use the properties for the tool window while doing the prism integration with docking.

Docking/MDI for WPF Forum

Posted 13 years ago by keshav bansal
Version: 11.2.0552
Avatar

Hi,

 I am easily to use the properties(HasOption,CanAutoHide,CanClose) for the tool window in the simple docking application.

For Example.

<Common:AblationViewx:Name="win1" HasOptions="False" CanAutoHide="False" CanClose="False"Title="AblationView" />

 but not able to use the same properties using the code for the prism integration with docking behaviour.

Comments (1)

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

Hi Keshav,

I believe you asked the same question in your other forum post. Please do not ask the same question multiple times.

From the other post: You can expose properties, such as CanRaft, on your view or view model and bind those to the DocumentWindow/ToolWindow CanRaft property.


Actipro Software Support

The latest build of this product (v25.1.0) was released 30 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.