In my application i used a DropDownList inside a ScrollViewer. DropDownList is not expanding on clicking when it is inside the ScrollViewer. but it is expanding when the ScrollViewer is removed. What is the issue when it is not expanding inside the ScrollViewer. Please help me.
In my application i used a DropDownList inside a ScrollViewer. DropDownList is not expanding
Share
The problem might be related to Height. You need to specify some appropriate Height to ScrollViewer in order to see expanded DropDownList.