Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
I've created a custom control that inherits EPiServer.Web.PropertyControls.PropertySelectMultipleControlBase
I've then got a method within this called protected override void SetupEditControls()
Within this, I've got the line
EditControl.RepeatDirection = RepeatDirection.Vertical;
However, looking at the control in edit mode, it's still printing out in horizontal layout.
Why is this?
Thanks for any help,
Karl.