| InputPanel for WinForms Task-Based Help > Working with InputDataNavigator Items > Choosing Items for InputDataNavigator |
When an InputDataNavigator component is added to the C1InputPanel, it appears with ten items by default. In this topic, we will explain how to remove these default buttons from the InputDataNavigator component.
Choosing InputDataNavigator Buttons Using the Designer
To choose items for the InputDataNavigator, complete these steps:
The C1InputPanel Collection Editor opens.
An InputDataNavigator component appears in the Members pane.

To choose InputDataNavigator items, add the items you need by setting the NavigatorButtons property. Once that property is set, the default settings will be overridden and only the buttons that you specified will appear.
In this section, you will exclude the MoveFirstButton, MoveLastButton, CountLabel, and DeleteButton from the InputDataNavigator by completing the following steps:
The C1InputPanel Collection Editor opens.
An InputDataNavigator component appears in the Members pane.
The following graphic compares the default InputDataNavigator with one that has been modified using the steps in this topic: