Does anyone know the reasoning behind DockedSearchBar pushing content down when the user is shown the suggestions? There was no equivalent control in m2, but you could sort of make one by using a DropDownMenu. However, when the DropDownMenu appeared, it did not shift any content as it was in a popup window (i presume) that overlayed over the top of the current window. But with the DockedSearchBar it seems to be an inline content block that pushes other content down.