Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

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.