I have a label which displays a RichString using agraham's library. StrUtil.MeasureMultilineTextHeight is not giving the correct height. Is there a solution using reflection or some other method?
Yes, it does seems to propperly work.
I tested it on my 4.2.2 device it does calculate a heigher value than stringutils method.
I further need to test it on 2.3 devices for propper feedback.
May I suggest you one thing?
Why don't you update the stringutils method with above code?
Second: If i place this code inside a module how shoud I make a call from an activity (I don't know if this is possible)?