This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I seem to be having problems with the "BorderThickness" using the mindscape controls. The "BorderThickness" does not seem to be working correctly. I can't seem to get the "BorderThickness" to look the same as the standard WPF controls. I tried using the default setting but that does not seem to work. Thanks
|
|
|
Hi Robert, The following: <ms:NumericTextBox Value="{Binding BankBalance}" BorderThickness="3" BorderBrush="HotPink" /> works for me. Could you give us an example of what you are doing or seeing that is not behaving correctly? Thanks! |
|
|
Hi Ivan, I have attach a screen shot on what I am seeing with using the BorderThickness using a CurrencyTextBox control.. I am showing the default look for the CurrencyTextBox. Then I am showing what the CurrencyTextBox looks like with using the setting from the standard WPF TextBox and finally I am showing the standard WPF TextBox control. Thanks for your help.
|
|