Completed
Last Updated: 21 Jan 2020 12:35 by ADMIN
Release R1 2020 SP1 (LIB 2020_1_127)
José Antonio
Created on: 13 Jan 2020 14:31
Category: DropDownList
Type: Bug Report
0
RadDropDownList: ItemHeight property of ListElelment cannot be set at design time
The ItemHeight property of ListElement cannot be set at design time. ElementHierarchyEditor can set the property, but it is not serialized.
1 comment
ADMIN
Todor
Posted on: 13 Jan 2020 14:37

As a workaround, you can set the ItemHeight property in the form's constructor.

    Sub New()
        ' This call is required by the designer.
        InitializeComponent()

        ' Add any initialization after the InitializeComponent() call.
        Me.RadDropDownList1.ListElement.ItemHeight = 30
    End Sub
Regards,
Todor Vyagov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.