Provide
SearchHandler Collapsible support when SfTabView is being used on the same
page.
Existing behavior:
- When SfTabView and
SearchHandler control are used together and with SearchHandler has been
set its SearchBoxVisibility property as Collapsible. Scrolling
down/up inside the SfTabView content does not affect the
SearchBoxVisibility(Collapsible/Collapsed).
- Refer to the attached
existing behavior video.
Expected feature:
- This feature was required
when SfTabView and SearchHandler control were used together.
- With SearchHandler had set
its SearchBoxVisibility property as Collapsible. When Scrolling
inside the Tab Content of SfTabView the following behavior was expected
- Scrolling
down - SearchHandler should be
Collapsible (Becomes hidden)
- Scrolling
up -
SearchHandler should be Collapsed (Becomes visible).
- Refer to the attached
expected behavior Video.