I am trying to populate a devexpress browse by setting the initial value and setting the top panel to show the results and hiding the bottom panel. however the bottom panel still shows, below is and example of what i am doing. Am I missing something? Me.JobsiteDialog.FormLayout.TopPanelContents = MicroFour.StrataFrame.UI.BrowseDialogLayoutType.BrowseResults
Me.JobsiteDialog.FormLayout.ShowBottomPanel = False
Me.JobsiteDialog.SearchFields(0).InitialValue = Me.BoCustomer1.cus_pk.ToStringIf Not Me.JobsiteDialog.ShowDialog(True) = Windows.Forms.DialogResult.OK Then