border width

  1. J

    B4A Library MaxLabel

    I have modified a custom view AutoTextSizeLabel where the font size is maximized either in height or width. Now it takes into account both borders and padingns. It is packaged in the b4xlib library. MaxLabel Author: Jerryk Version: 1.30 Methods: Text As String Sets or gets text of Label...
  2. J

    Android Question Get Border Width?

    In connection with using the MeasureStringWidth function, I need to correct the calculation of Padding and Border Width that are set on the Label. I get the current padding values from lbl.Padding. I haven't found any function to get the current Border value. The opposite function for...
  3. D

    Android Question CustomListView Designer properties border width and radius problem

    Hi Guy I have used Xui.CustomerListView (CLV) for some time, always placing the view within a panel view and adjusting the panel properties to give me the desired border. I am now working on a simpler App and using the CLV directly. Question: Am I doing something wrong but when I set the CLV...
Top