Message 1 of 5

Not applicable
06-13-2017
02:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I want to create a dockable dialog that will contain UI elements.
I have created the dialog using WPF Window class but it seems that Revit only allows Dialog that implements Page and Autodesk.Revit.UI.IDockablePaneProvider.
Can I use Window instead of Page and make it work?
I tried using UserControl and it worked fine. But my dialog is developed using Window.
Solved! Go to Solution.