I would like to inset blank or "select" in the top the dropdown,

cbxStoreCategory.DataSource = categoriesBindingSource2;
cbxStoreCategory.DisplayMember = "CategoryCode";

//cbxStoreCategory.Items.Insert(0, "--Select--");

however I cannot do this way, any suggestion ?