You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>RadDropDownList for Telerik UI for WinForms</td>
18
-
</tr>
19
-
<tr>
20
-
<td>Version</td>
21
-
<td>2024.2.514</td>
22
-
</tr>
23
-
</tbody>
24
-
</table>
13
+
|Product Version|Product|Author|
14
+
|----|----|----|
15
+
|2025.2.250|RadDropDownList for WinForms|[Nadya Todorova](https://www.telerik.com/blogs/author/nadya-karaivanova)|
25
16
26
17
## Description
27
18
28
19
When RadDropDownList is stretched across two monitors, the dropdown part may exhibit unexpected behavior, such as shifting upon opening. This behavior occurs because controls like RadDropDownList are designed to operate within one monitor, scaling automatically to the monitor's DPI and resolution settings. Stretching the form across two monitors introduces complexities that may require custom handling.
29
20
30
-
This knowledge base article also answers the following questions:
31
-
- How can I adjust the RadDropDownList to work properly across dual monitors?
32
-
- Is there a way to control the dropdown pop-up position in RadDropDownList?
33
-
- How can I customize RadDropDownList to avoid shifting issues across monitors?
34
-
35
21
## Solution
36
22
37
23
To customize the behavior of RadDropDownList when stretched across two monitors, you can create a custom solution to control the pop-up location. Follow these steps:
@@ -41,96 +27,111 @@ To customize the behavior of RadDropDownList when stretched across two monitors,
3. Replace the standard `RadDropDownList` with the custom class `CustomDropDownList` in your project.
130
132
131
133
This solution allows you to define a custom location for the dropdown pop-up and adjust its size as needed, ensuring proper behavior when stretched across dual monitors.
-[Customizing DropDowns in Telerik UI for WinForms](https://docs.telerik.com/devtools/winforms/controls/dropdown-listcontrol/dropdownlist/customizing-raddropdownlist)
0 commit comments