How to avoid overlapping of reference selector view on list view in native app

0
(In Native app)We have a refrence selector and a list view. When list view is already opened and I click on reference selector it overlaps on list view. How to make it possible to shift down the list view on click of reference selector?
asked
1 answers
0

Hi,

You can try the below.

Use On-enter and On-leave events of the drop down to change a variable in the context parameter. This variable can be used for applying dynamic classes on the contents you want to move down. 

Hope it helps!

 

answered