L leatherguy Member Licensed User Longtime User Mar 17, 2011 #1 Is it possible to set the vertical and/or horizontal alignment of a label view during runtime. I want to align a list of numbers to the right in a label view.
Is it possible to set the vertical and/or horizontal alignment of a label view during runtime. I want to align a list of numbers to the right in a label view.
V videodronesmp New Member Mar 18, 2011 #2 Sounds like you are looking for Gravity. Below is an example. label.Gravity=Gravity.RIGHT Upvote 0