Hi,
1) To remove the "Up/Down" arrows, you can remove the 2 following buttons from the style "MyCollectionControl" that was posted earlier in this thread :
-The button with Command="ComponentCommands.MoveUp"
-The button with Command="ComponentCommands.MoveDown"
To remove the "SearchTextBox", you can add the following property to "PART_PropertyGrid" in the style "MyCollectionControl" that was posted earlier in this thread :
-ShowSearchBox="False"
To remove the "SortOptions", you can add the following property to "PART_PropertyGrid" in the style "MyCollectionControl" that was posted earlier in this thread :
-ShowSortOptions="False"
2) I believe you want to add "Event" item to the ListBox, but the "Add" button is disabled. Have you changed anything to disabled it ? What kind of object is your "Event" ?
――――
Get more controls, features, updates and technical support with Xceed Toolkit Plus for WPF
1) To remove the "Up/Down" arrows, you can remove the 2 following buttons from the style "MyCollectionControl" that was posted earlier in this thread :
-The button with Command="ComponentCommands.MoveUp"
-The button with Command="ComponentCommands.MoveDown"
To remove the "SearchTextBox", you can add the following property to "PART_PropertyGrid" in the style "MyCollectionControl" that was posted earlier in this thread :
-ShowSearchBox="False"
To remove the "SortOptions", you can add the following property to "PART_PropertyGrid" in the style "MyCollectionControl" that was posted earlier in this thread :
-ShowSortOptions="False"
2) I believe you want to add "Event" item to the ListBox, but the "Add" button is disabled. Have you changed anything to disabled it ? What kind of object is your "Event" ?
――――
Get more controls, features, updates and technical support with Xceed Toolkit Plus for WPF