Rank: Advanced Member Groups: Member
Joined: 2/4/2009 Posts: 31
|
Hi!
Couple of issues with the msgbox.
1. Center text horizontal and vertical in content area?
2. It appears you dont allow the contenttemplate (it crashes if i try). You do allow at design time to add it. As a suggestion this should be hidden if it should not be added.
Thanks!
Brad
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
To center text horizontal or vertical, you need to include text-align:center or vertical-align:middle in MsgBoxTextStyle property. You also need to give it a fixed width/height if you do so. For example, if you wish to center text horizontally, use "text-align:center;width:200px".
MsgBox does not allow ContentTemplate. We will change the code to disallow that at design time. Thanks for pointing that out!
Thanks
|