No rush on this on my end
In a standard SF browse dialog it works as expected setting the bottom panels visible property to false and the panel does not show. Either way it seems to me that by setting the property to false it should hide the panel regardless of what the contents are set to.
Paul
Me.JobsiteDialog.FormLayout.TopPanelContents = MicroFour.StrataFrame.UI.BrowseDialogLayoutType.BrowseResults
Me.JobsiteDialog.FormLayout.ShowBottomPanel = False
If Not Me.JobsiteDialog.ShowDialog(True) = Windows.Forms.DialogResult.OK Then