Manage Extension Bar Add-In Resize
Content
Hi,
Is it possible to manage Splitter Resize Behavior in Extension Bar Add-In. Right Now Splitter affect my User Control UI at that time of resize.
How can i set the Max Height and Max Width of the Extension Bar for avoiding vertical Scroll and horizontal scroll. Please see the attached Screen Shots.
Thanks
ShenbagaMoorthy B
Version
Service CloudCode Snippet
#region IAddInControl Members /// <summary> /// Method called by the Add-In framework to retrieve the workspace control. /// </summary> /// <returns>The workspace control (typically 'this').</returns> public Control GetControl() { var ctrlHost = new
0