Unplanned
Last Updated: 13 Feb 2018 05:49 by ADMIN
Workaround:  this.radListControl1.ItemHeight = 40;
Unplanned
Last Updated: 30 Mar 2016 08:18 by ADMIN
To reproduce:
 protected override void OnLoad(EventArgs e)
        {
            base.OnLoad(e);

            AddListControl();
            radListControl1.AutoSizeItems = true;
            radListControl1.Font = new Font("Arial", 22);
        }

Workaround: After the font is set, set the AutoSizeItems to false and then back to true