Is there a way to control which direction the drop down will resize? If I use the Left button position the dropdown resizes in the direction I want, but if I put the button on the right it resizes the other direction. My users will flip if the button is on the "wrong" side.
I had that set previously, but I thought it was not working. I think I must have not compilied something properly (It is rolled in a seperate control). I must have been using an older version that didn't have that property set and mistakenly thought it had no effect.
Hello ,
DropDownEditorButton has a property RightAlignDropDown which determines whether the drop down is aligned to the right edge of the editor or the left side . So you could use it to manage the direction of resizing of the drop down.
Let me know if you have any further questions.