khwarizmi Active Member Licensed User Longtime User Dec 1, 2016 #1 Hello all How can I get the preferred height for a WebView according to its contains, or set a scrollbar to enable to reach to the end of the page Thanks
Hello all How can I get the preferred height for a WebView according to its contains, or set a scrollbar to enable to reach to the end of the page Thanks
Erel B4X founder Staff member Licensed User Longtime User Dec 4, 2016 #2 The WebView is scrollable by default. You don't need to do anything special. Use anchors to make it fill the available area. Upvote 0
The WebView is scrollable by default. You don't need to do anything special. Use anchors to make it fill the available area.
khwarizmi Active Member Licensed User Longtime User Dec 10, 2016 #3 thank you Erel, I found that it doesn't scroll because it is inside a scrollview! Upvote 0