I'm currently working in Visual Studio using C# and I've encountered an issue with centering a Calendar control within a Panel.
While I have successfully centered other elements such as radiobuttons, checkboxes, and textboxes in the panel, the two calendars remain stubbornly stuck on the left side. No matter what I try, I can't seem to move them elsewhere on the design page.
Even attempting to use the Calendar.CaptionAlign Property has not yielded any results.
Does anyone have any code suggestions that could potentially help resolve this issue?
protected void Calendar1_SelectionChanged(object sender, EventArgs e) {
}
Thank you in advance for your assistance!