Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
int NumItems;
if (ComboBox1->DropDownCount > ComboBox1->Items->Count)
NumItems = ComboBox1->Items->Count;
else NumItems = ComboBox1->DropDownCount;
if (!NumItems) NumItems = 1;
int Height = ComboBox1->Height + (NumItems * ComboBox1->ItemHeight);