Display Week Only
-
Hello, Does anyone know if you can make the calendar control render to show only the current week. Instead of displaying as a whole month. Thanks for the help. RB
-
Hello, Does anyone know if you can make the calendar control render to show only the current week. Instead of displaying as a whole month. Thanks for the help. RB
Did you see the previous response[^] I posted when you asked this question a few days ago?
-
Did you see the previous response[^] I posted when you asked this question a few days ago?
Thank you know I did not see that. I was able to do the same sorta think with the code you have there, but I was trying to get the physical control to shrink down as well. Appears you are stuck with the whole hieght and width for a months view. RB
-
Thank you know I did not see that. I was able to do the same sorta think with the code you have there, but I was trying to get the physical control to shrink down as well. Appears you are stuck with the whole hieght and width for a months view. RB
I think it does shrink down, as long as you don't specify the width and height for the table cells. The example I gave you, as is, does this.
-
I think it does shrink down, as long as you don't specify the width and height for the table cells. The example I gave you, as is, does this.
Well thanks for the tip. I did try no width and height specification and that did not work. It seems the calendar control does have a default fixed width and height. RB -- modified at 17:02 Monday 24th April, 2006