tabstrip

  1. Alexander Stolte

    iOS Question Tabstrip Indicator fit to width

    Hello, how can i to adjust the indicator length to the width? in B4A i do it that way: Public Sub GetAllTabLabels (tabstrip As TabStrip) As List Dim jo As JavaObject = tabstrip Dim r As Reflector r.Target = jo.GetField("tabStrip") Dim tc As Panel = r.GetField("tabsContainer")...
  2. Alexander Stolte

    B4A Class TabStripViewPagerExtendet

    This is the TabStripViewPagerExtendet Class for the TabStripViewPager and my first Class which I publish. The standard library does not offer much customizability and thats the reason why I did this class. The class has many settings and thanks to Erel for sharing methods with the JavaObjects...
  3. JohnC

    Android Question Tabstrip + Scrollview + Keyboard = Height?

    I am using a Tabstrip and a few of the tab's pages have edittext controls on them. So, I am forced to use a scrollview on each tabstrip page that has a edittext on it to make sure they can be visible when the keyboard is shown. So, then I am forced to use IME to detect when the keyboard...
Top