InfoListBox class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:30

Description

Displays information about items selected in a searchCriteria document. Typically used to display the selections of a ShellResultView control

See http://tech.teradp.com/tech/html/gn4/docs/VSdoc/frlrfTeraDPGN4WinUIControlsInfoListBoxClassTopic.html.

Namespace

xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"

Members

For the list of properties and methods, see:

http://tech.teradp.com/tech/html/gn4/docs/VSdoc/frlrfTeraDPGN4WinUIControlsInfoListBoxClassTopic_members+.html

Example

<l:InfoListBox 

         Margin="6 0 0 0" 

         Grid.Row="0" 

         Grid.Column="1" 

         SearchCriteriaSource="{Binding Path=(l:ShellData.ShellData).SearchCriteria[ResultView], RelativeSource={RelativeSource Self}}" 

         l:ShellMode.Allowed="Browse"

/>

More examples

<l:InfoListBox Margin="6 0 0 0" Grid.Row="0" Grid.Column="1" SearchCriteriaSource="{Binding Path=(l:ShellData.ShellData).SearchCriteria[ResultView], RelativeSource={RelativeSource Self}}" l:ShellMode.Allowed="Browse"/>

<l:InfoListBox Margin="6 0 0 0" Grid.Row="0" Grid.Column="1" SearchCriteriaSource="{Binding Path=(l:ShellData.ShellData).SearchCriteria[ResultView], RelativeSource={RelativeSource Self}}" l:ShellMode.Allowed="Browse"/>

<l:InfoListBox Margin="6,0,0,0" Grid.Column="1" SearchCriteriaSource="{Binding Path=(l:ShellData.ShellData).SearchCriteria[ResultView], RelativeSource={RelativeSource Self}}" l:ShellMode.Allowed="Browse"/>

<l:InfoListBox Margin="6,0,0,0" Grid.Column="1" SearchCriteriaSource="{Binding Path=(l:ShellData.ShellData).SearchCriteria[ResultView], RelativeSource={RelativeSource Self}}" l:ShellMode.Allowed="Browse"/>

<l:InfoListBox SearchCriteriaSource="{Binding Path=(l:ShellData.ShellData).SearchCriteria[ResultView], RelativeSource={RelativeSource Self}}" l:ShellMode.Allowed="Browse"/>

<l:InfoListBox SearchCriteriaSource="{Binding Path=(l:ShellData.ShellData).SearchCriteria[ResultView], RelativeSource={RelativeSource Self}}" l:ShellMode.Allowed="Browse"/>

<l:InfoListBox SearchCriteriaSource="{Binding Path=(l:ShellData.ShellData).SearchCriteria[ContactsDraftViewConnection], RelativeSource={RelativeSource Self}}"

<l:InfoListBox SpikedHandling="Include" SearchCriteriaSource="{Binding Path=(l:ShellData.ShellData).SearchCriteria[Preview], RelativeSource={RelativeSource Self}}" l:ShellMode.Allowed="Browse"/>