Please help me with this error
SelectionDividerHeight is available in API29 .
If you want to use it you need to change Target Framework to Android Q in configurations .
Android Q
As the message is saying, you need to use SetSelectionDividerHeight() method, probably the SelectionDividerHeight is a read-only property. Hope this helps.
Answers
As the message is saying, you need to use SetSelectionDividerHeight() method, probably the SelectionDividerHeight is a read-only property. Hope this helps.
SelectionDividerHeight is available in API29 .
If you want to use it you need to change Target Framework to
Android Q
in configurations .