C# Calendar Object on top
Posted
by contactmatt
on Stack Overflow
See other posts from Stack Overflow
or by contactmatt
Published on 2009-10-20T14:26:51Z
Indexed on
2010/03/08
5:51 UTC
Read the original article
Hit count: 435
c#
Hi programming some C# in a form with a bunch of group boxes. I have a two Calendar controls that when called upon, are partially invisible due to surrounding group boxes.
this.grp_TransactionDetails.Controls.Add(this.cal_Ctrl);
this.grp_TransactionDetails.Controls.Add(this.cal_Batch);
Any ideas? (I wish there was a z-index property)
© Stack Overflow or respective owner