CustomViews already have common properties besides the designer properties that one can define. How does one set and get the custom properties via code.
As an example, I want to set the Tag, Visible, Height, Width propertirs of the CustomListView and this is not available in intellisence and raises an error.
CustomListView doesn't support these properties. CustomListView is based on a ScrollView. It is stored in a variable named sv. You can make this variable public and then access all these methods with:
CustomListView doesn't support these properties. CustomListView is based on a ScrollView. It is stored in a variable named sv. You can make this variable public and then access all these methods with: