TouchListReloadData Method
Clears the rows and loads them again.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
This method is suitable if you have only 2 row styles.
If you have more than 2 row styles, please use ReloadData(AnimationDirection aDirection, Rows aRows)
where you can set empty rows with specified row styles by second parameter.
If you want reload data without animation, you can use AnimationDirection.None as first paremter.