Common: DocumentResultList
This commit is contained in:
parent
d0511d6d7a
commit
6b7a9a6293
@ -76,6 +76,9 @@ Public Class frmDocumentResultList
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
RibbonPageGroupNavigation.Visible = False
|
RibbonPageGroupNavigation.Visible = False
|
||||||
|
SwitchMainContainerHorizontal.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
|
||||||
|
SwitchDetailContainerHorizontal.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
|
||||||
|
|
||||||
End If
|
End If
|
||||||
|
|
||||||
RibbonControl.Minimized = True
|
RibbonControl.Minimized = True
|
||||||
@ -266,6 +269,11 @@ Public Class frmDocumentResultList
|
|||||||
GridView.Columns.Item(COLUMN_ICON).MaxWidth = 24
|
GridView.Columns.Item(COLUMN_ICON).MaxWidth = 24
|
||||||
GridView.Columns.Item(COLUMN_ICON).MinWidth = 24
|
GridView.Columns.Item(COLUMN_ICON).MinWidth = 24
|
||||||
|
|
||||||
|
If _IsLegacy = False Then
|
||||||
|
' Hide Fullpath completely in IDB Mode
|
||||||
|
GridView.Columns.Item(COLUMN_FILEPATH).OptionsColumn.ShowInCustomizationForm = False
|
||||||
|
End If
|
||||||
|
|
||||||
Dim oCreatedColumn = GridView.Columns(oCreated)
|
Dim oCreatedColumn = GridView.Columns(oCreated)
|
||||||
If Not IsNothing(oCreatedColumn) Then
|
If Not IsNothing(oCreatedColumn) Then
|
||||||
oCreatedColumn.DisplayFormat.FormatType = FormatType.DateTime
|
oCreatedColumn.DisplayFormat.FormatType = FormatType.DateTime
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user