B4A Question How to set B4XComboBox Items gravity? - Cableguy    Nov 23, 2023 Hi guys,
The tittle kinda says it all... I would like to center the items in the dropdown... B4A Question Change MSMaterialDrawer's Items Gravity - ArminKH    Jul 17, 2015 ...for example we can't customize the items font or gravity directly with code
i want to change the font of each item and also the gravity of items,as default items are left to right and has... B4A Question [XUI] Labels with gravity? - wimpie3    Mar 11, 2022 as I try to use the Gravity property, this doesn't seem to work (Gravity is not a property of B4Xview).
So how can I create cross platform label which supports gravity?... B4A Question ListView Gravity problem [Solved] - Roger Daley    Aug 31, 2020 list, this worked well until in one instance set the gravity to center horizontal and vertical. Subsequently I found that for other lists I could not get the gravity back to the left... gravity is set:
AllListView.SingleLineLayout.Label.Gravity = Bit.Or(Gravity.CENTER_VERTICAL, Gravity... B4A Question [Solved] Set BitmapDrawable gravity = Center (Native Ads Advanced) - asales    Aug 4, 2020 the BitmapDrawable with gravity = CENTER ?
I try this:
logoView.SetBackgroundImage(image.RunMethod("getDrawable", Null)).Gravity = Gravity.CENTER
but I get this error:
java.lang... B4A Question ImageView Gravity Fill Center Crop - scsjc    Dec 29, 2019 Is it possible to crop the image to maintain the proportion and fill in the maximum imageview space?... B4A Question Edittext gravity - Roger Daley    Dec 15, 2019 code when I use Gravity.Vertical_Center it is also Horizontal_Left.
I can't figure out how to use two gravity parameters in code. Is this possible?
Regards Roger... B4A Question ListView Gravity.RIGTH issue - GMan    Mar 19, 2019 I am using the following code to set the gravity of the ListView-entry to the rigth side (decimal numbers)
ListView1.Padding = Array As Int (0dip, 0dip, 5dip, 0dip)
ListView1.AddSingleLine(Round2(LabelErgebnis.Text,2))
It works well, but the the ca. 1/2 of the rightest numbers is cut half - even if i use padding.
i.e. if the resuslt is 6.25 the rigth half of the 5 is not shown.
The list has... B4A Question Gravity Center & Right - Emme Developer    Sep 14, 2017 Hi to all, i'm trying to do this stupid thing, but i don't find nothing. How to set label.gravity to vertical center and right? Thanks... B4A Question LoadBitmapSample & gravity center - LucaMs    Jan 5, 2016 = LoadBitmapSample(Dir, FileName, SampleWidth, SampleHeight)
ImageView1.Gravity = Gravity.CENTER
ImageView1... completely (resized), other images appear the central part only.
(if I set gravity to FILL... Page: 1   2   3   4   5   6   |