Hi, actually I asked my question on below topic but I think you missed my question. Flowlayout isn’t flowing on the touch devices.
https://wisej.com/support/question/fast-scrolling-in-flowlayoutpanel-on-tablet
My problem solved on this topic https://wisej.com/support/question/integration-with-android
Interestingly, when adding touchstart event to flowlayout and other components has flowing content then scrolling becomes smooth.
Thank you.
I didn’t see your follow up question. The issue seems to be the wrong usage of the FillWeight. When you set the fill weight, the controls in the flow layout will expand and contracts to fill the row according to the fill weight and since you didn’t set a min width, they will tend to occupy 1 row, causing the loading label to go on the same row.
I will send you a sample that shows how to add a flow break to force a new line.
To answer your second question about mobile controls:
Wisej.Mobile is a different platform with different controls, it’s not mobile controls that can be used with Wisej.Web. We are way behind the development of Wisej.Mobile. The main reason is that we are debating whether it’s better to build a limited set of mobile-only controls that mimic native controls, or instead enhance Wisej.Web on mobile platforms and focus on Wisej for .NET Core and run on linux natively.
Please login first to submit.