TelKel81 Active Member Licensed User Longtime User Jul 17, 2019 #1 Hi, TabStripViewPager exposes very few attributes and I'm trying to get the height of the whole TabStrip. I have not been able to obtain this value using code such as : Dim r As Reflector r.Target = tabStrip Dim tabStripHeight As Int = r.RunMethod("getMeasuredHeight") However I know it's in there, using "Watch" panel : TabStrip.target.base.mMeasuredHeight. How can I access this value ? Thanks a lot.
Hi, TabStripViewPager exposes very few attributes and I'm trying to get the height of the whole TabStrip. I have not been able to obtain this value using code such as : Dim r As Reflector r.Target = tabStrip Dim tabStripHeight As Int = r.RunMethod("getMeasuredHeight") However I know it's in there, using "Watch" panel : TabStrip.target.base.mMeasuredHeight. How can I access this value ? Thanks a lot.
Erel B4X founder Staff member Licensed User Longtime User Jul 17, 2019 #2 Please use [code]code here...[/code] tags when posting code. Are you looking for the height of the full control? You can put it in a panel and get the panel size. Upvote 0
Please use [code]code here...[/code] tags when posting code. Are you looking for the height of the full control? You can put it in a panel and get the panel size.