customlistview fontsize

  1. W

    B4J Question [B4J] B4XListTemplate font change not working for its CLV?

    Attached the test project and the screenshot. The code is just this: Dim ListTemplate As B4XListTemplate Dim dlg As B4XDialog dlg.Initialize(MainForm.RootPane) dlg.Title = "Title - this is default font 12" dlg.TitleBarFont = xui.createDefaultFont(12)...
  2. mcqueccu

    iOS Question Customlistview change textsize property in b4i

    In B4A, I use customlistview1.DesignerLabel.TextSize to change the textsize, but in B4i the textsize property is missing. Please whats the B4i way of setting custom listview text size
Top