I’ve got my hands dirty with the Krypton changes and i come up with a couple questions.
1.The <wrapmultiline /> tag it’s not working for labels inside to a list container. Is this valid?
2. When using an autowidth button inside a list container and set the align to right, it aligns to the left. Is this valid?
3. Is there a standard way for a batch replacement for these infobools with the new ones…?
IsEmpty()
StringCompare()
SubString()
My guess is that they are replaced like this…
IsEmpty() == String.IsEmpty()
StringCompare() == String.IsEqual()
SubString() == String.Contains()
…but can someone can confirm this?. I know that these are still working on Krypton but i would like to start replace them.
I’ll appreciate any help.
Cheers
Nessus