Common/DocumentResultList: Hide Navigation Ribbon Group per Parameter
This commit is contained in:
parent
abf50c5c44
commit
62748c9053
@ -11,6 +11,7 @@ Namespace DocumentResultList
|
||||
Public ColumnNames As New ColumnNames
|
||||
Public OperationModeOverride As OperationMode = OperationMode.None
|
||||
Public ProfileGuid As Integer
|
||||
Public ShowBackNavigation As Boolean = True
|
||||
End Class
|
||||
|
||||
Public Class DocumentResult
|
||||
|
||||
@ -205,6 +205,9 @@ Public Class frmDocumentResultList
|
||||
panelContainerStatus.Visibility = Docking.DockVisibility.Hidden
|
||||
End If
|
||||
|
||||
' Hide the complete Navigation Ribbon Group if desired
|
||||
RibbonPageGroup_Navigation.Visible = Params.ShowBackNavigation
|
||||
|
||||
UpdateTotalResults()
|
||||
LoadGridDataAndLayout()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user