Property AutoHideLocation


https://www.nevron.com/Forum/Topic7698.aspx
Print Topic | Close Window

By Luis Miguel Perez Lopez - 11 Years Ago
I need to modify de property AutoHideLocation of one DockingPanel but it's readonly ... Does anybody can give one solution ?????
By Nevron Support - 11 Years Ago
Hello Luis,

You need to set TabInfo.AutoHideLocation property:

NDockingPanel.TabInfo.AutoHideLocation = ...;
By Luis Miguel Perez Lopez - 11 Years Ago
It works

Thanks