b4xlisttemplate

  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. Lucas Eduardo

    iOS Question B4XListTemplate change selected label color

    Hello, how can i change selected label color? And how can i give some space between customlistview and the buttons? Thank you.
Top