Using the 3ds max .net help(https://help.autodesk.com/view/MAXDEV/2022/ENU/?guid=Max_Developer_Help_3ds_max_dotnet_sdk_dotnet_user_interface_html)
I successfully implemented creating a dockable window using WPF control +3ds Max .Net.But there is a problem,
No minimum width can be set for this window,I need your help.
Dockable but Can't Lock Width of WPF UI
season-x
#1
MZ1
#2
You should use a hack for this:
Create a UI above a buildt-in rollout and change the size of your UI respectivly.
season-x
#3
The *.dll is completed following this example , and it is called using “Assembly. Load” in my script. but the control isn’t showed and I can’t find it . I seem to be missing a step, I feel confused.
season-x
#4
I’m sure the library is working fine in my max, I can get this instance of the class. Just Cannot make this control display!