Completed
Last Updated: 15 Mar 2023 11:30 by ADMIN
Release 5.1.0
Daniel
Created on: 21 Mar 2022 14:34
Category: Button
Type: Bug Report
0
Button: HorizontalContentAlignment does not work consistently on different platforms

Setting Text property of RadButton like this:

this.myButton.Text = "4" + Environment.NewLine + "Totals Files";

And applying HorizontalContentAlignment to "Center" leads to different result on Android and Windows:

0 comments