Updated the main form's tools to include an option to delete the entire active year. Tweaked the ListViews in the three tool forms to disallow multi-select and made a slight change to the behavior of the filter combo box.
This commit is contained in:
@@ -139,6 +139,7 @@ namespace AdvertsingProfitControl
|
||||
else
|
||||
{
|
||||
adItemsListView.Columns[0].Text = @"No Ad Items to Display.";
|
||||
filterComboBox.Enabled = false;
|
||||
filterComboBox.SelectedIndex = 0;
|
||||
}
|
||||
removeAdItemButton.Enabled = false;
|
||||
|
||||
Reference in New Issue
Block a user