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.
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.