

'Declaration<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)> <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)> Public Class ListBoxItemConfiguration Inherits Xceed.Wpf.ListBox.ListBoxContainerConfiguration(Of ListBoxItem)
'UsageDim instance As ListBoxItemConfiguration
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public class ListBoxItemConfiguration : Xceed.Wpf.ListBox.ListBoxContainerConfiguration<ListBoxItem>
<sllb:ListBoxItemConfiguration x:Name="OrderItemConfiguration" ContentTemplate="{StaticResource orderDataTemplate}"/> ... <sllb:ListBox x:Name="listBox" SelectionMode="Extended" ItemsSource="{Binding}" ToolPaneVisibility="Collapsed"> <sllb:ListBox.ContainerConfigurations> <sllb:ContainerConfigurations ListBoxGroupHeaderConfiguration="{StaticResource OrderListBoxGroupHeaderConfiguration}" ListBoxItemConfiguration="{StaticResource OrderItemConfiguration}"/> </sllb:ListBox.ContainerConfigurations> </sllb:ListBox>
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
Xceed.Wpf.ListBox.ListBoxContainerConfigurationBase
Xceed.Wpf.ListBox.ListBoxContainerConfiguration<T>
Xceed.Wpf.ListBox.ListBoxItemConfiguration
| Name | Description | |
|---|---|---|
![]() | ListBoxItemConfiguration Constructor | Overloaded. Initializes a new instance of the ListBoxItemConfiguration class. |
| Name | Description | |
|---|---|---|
![]() | CanStick | Overridden. Gets a value indicating whether the container can be sticky. |
![]() | ConfigurationType | Gets a configuration type indicating what kind of container the configuration represents. (Inherited from Xceed.Wpf.ListBox.ListBoxContainerConfigurationBase) |
![]() | ContainerStyle | Gets or sets the style that will be applied to the containers created by this configuration. (Inherited from Xceed.Wpf.ListBox.ListBoxContainerConfigurationBase) |
![]() | ContentTemplate | Gets or sets the data template that will be used to display the container's content created by this configuration. (Inherited from Xceed.Wpf.ListBox.ListBoxContainerConfigurationBase) |
![]() | DependencyObjectType | (Inherited from System.Windows.DependencyObject) |
![]() | Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | IsSealed | (Inherited from System.Windows.DependencyObject) |
![]() | IsSticky | Gets or sets a value indicating whether the container is sticky. (Inherited from Xceed.Wpf.ListBox.ListBoxContainerConfigurationBase) |
![]() | LayoutMode | Gets or sets the layout mode of the container. (Inherited from Xceed.Wpf.ListBox.ListBoxContainerConfigurationBase) |
| Name | Description | |
|---|---|---|
![]() | ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
![]() | CoerceValue | (Inherited from System.Windows.DependencyObject) |
![]() | Equals | (Inherited from System.Windows.DependencyObject) |
![]() | GetHashCode | (Inherited from System.Windows.DependencyObject) |
![]() | GetLocalValueEnumerator | (Inherited from System.Windows.DependencyObject) |
![]() | GetValue | (Inherited from System.Windows.DependencyObject) |
![]() | InvalidateProperty | (Inherited from System.Windows.DependencyObject) |
![]() | ReadLocalValue | (Inherited from System.Windows.DependencyObject) |
![]() | SetCurrentValue | (Inherited from System.Windows.DependencyObject) |
![]() | SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
| Name | Description | |
|---|---|---|
![]() | BeginInitCore | (Inherited from Xceed.Wpf.ListBox.ListBoxContainerConfigurationBase) |
![]() | CreateContainerCore | Overridden. Returns a new instance of ListBoxItem created with this configuration. |
![]() | CreateInstance | Overridden. Returns an instance of ListBoxContainerConfigurationBase. |
![]() | EndInitCore | (Inherited from Xceed.Wpf.ListBox.ListBoxContainerConfigurationBase) |
![]() | OnPropertyChanged | (Inherited from System.Windows.DependencyObject) |
![]() | PrepareContainerForItemCore | Applies extra properties when the ListBoxContainer is about to be used to represent a new item. (Inherited from Xceed.Wpf.ListBox.ListBoxContainerConfiguration<ListBoxItem>) |
![]() | ShouldSerializeProperty | (Inherited from System.Windows.DependencyObject) |
| Name | Description | |
|---|---|---|
![]() | FindLogicalAncestor<T> | Finds the logical ancenster |
![]() | FindLogicalAncestorsAndSelf | |
![]() | FindLogicalChildren<T> | Find the logical children. |
![]() | FindVisualAncestor<T> | Finds the visual ancestor. |
![]() | FindVisualChildren<T> | Finds the visual children. |
![]() | FindVisualTreeRoot | Finds the visual tree root. |
![]() | ShowDialog | Overloaded. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.