Vote count:
0
Am I missing anything that would prevent the child controls from appearing in the panel. Right now, none of the controls are showing, just a blank panel. I just new a hint on what I am missing in the initialization.
int statusBarCount = 10; // the number of progress bars
progressBars = gcnew ArrayList (statusBarCount);
int y = 2; // the y coord for the progress bar
for each
(System::Windows::Forms::ProgressBar ^pb in progressBars)
{
pb->Size = System::Drawing::Size (200, 15);
pb->Location = Point (2, y);
pb->Dock = DockStyle::Bottom;
pane->Controls->Add (pb);
y += 10;
}
asked 52 secs ago
Windows TableLayoutPanel not showing controls
Aucun commentaire:
Enregistrer un commentaire