This is a migrated thread and some comments may be shown as answers.

PopUpcontainer MinimumSize

2 Answers 62 Views
PopupEditor
This is a migrated thread and some comments may be shown as answers.
pierre-jean
Top achievements
Rank 1
Veteran
Iron
pierre-jean asked on 04 Sep 2020, 10:51 AM

Hello

I have set the Minimum size to my popupcontainer to 200,200 but it does not seem to stop me from resizing to "very small"

am I missing something ?

Thanks in advance

Pierre-Jean

2 Answers, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 07 Sep 2020, 10:51 AM

Hello, Pierre-Jean,

Setting the RadPopupEditor.DropDownMinSize property is expected to specify the minimum dimensions that the popup is expected to have.

this.radPopupEditor1.DropDownMinSize = new Size(200, 200);

Hence, you can enlarge the popup, but it wouldn't be possible to shrink it to a smaller size. Please have a look at the attached gif file for better illustration. 

I have provided my sample project as well for your reference. Please give it a try and see how it works on your end.

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive , special prizes and more, for FREE?! Register now for DevReach 2.0(20).

0
pierre-jean
Top achievements
Rank 1
Veteran
Iron
answered on 07 Sep 2020, 02:52 PM

Hello Dess

OK got it, I had set the minimum size to the container not to the dropdownminsize of the popupeditor

Thanks a lot

Best Regards

PJ

Tags
PopupEditor
Asked by
pierre-jean
Top achievements
Rank 1
Veteran
Iron
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
pierre-jean
Top achievements
Rank 1
Veteran
Iron
Share this question
or