Toolwindow in WPF & XBAP

Docking/MDI for WPF Forum

Posted 15 years ago by Danang Wahyuadi
Version: 4.5.0487
Avatar
Hi,

I'm creating an MDI form and the layout are a toolwindow on the left and a documentwindow on the right. The application is using XBAP.
The problem is when i launch the application, the width of the toolwindow is very very small and i can't change the width even though i already using docking:DockSite.ControlSize in the ToolWindowContainer tag.
But, when i create the app using WPF, it works fine as expected.

    <docking:DockSite>
        <docking:SplitContainer>
            <docking:ToolWindowContainer Name="leftTabContainer" docking:DockSite.ControlSize="500,100">
                <docking:ToolWindow Title="Folder Tree">
                </docking:ToolWindow>
            </docking:ToolWindowContainer>
            <docking:Workspace>
                <docking:TabbedMdiHost x:Name="tabbedMdiHost">
                </docking:TabbedMdiHost>
            </docking:Workspace>
        </docking:SplitContainer>
    </docking:DockSite>
Do you know why it behaves like this? can the component works the same in WPF and also in XBAP?

Thanks.
Danang.

Comments (5)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Danang,

Thanks for reporting this. The split container was being passed a measure/arrange zero size in XBAP for some reason during its first measure/arrange pass. We've worked around this scenario and a fix will be in the next maintenance release.


Actipro Software Support

Posted 15 years ago by Danang Wahyuadi
Avatar
Hi, Thanks for your reply. when the next maintenance release will be available?
Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Should be in the next few days. We're just finishing up some new Editors features first.


Actipro Software Support

Posted 15 years ago by Danang Wahyuadi
Avatar
Hi, does the update release that fix this problem already available?
Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Yes.


Actipro Software Support

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

Add Comment

Please log in to a validated account to post comments.