How to free text length limit of CEdit?

I created custom CEdit.

And it has certain size. and I don't want for my edit to limit text length.

After googling, i found SetLimitText function.

So I did SetLimitText(100).

but it still has limited text length with CEdit width.

when the length of characters(in fact, the total width of characters) is over cedit width, I can't type down anymore.

How to make it work??

Give me some hint or good link.

Thanks.
I found it out. Sorry.

I forgot adding AUTOHSCROLL style when creating it.
Topic archived. No new replies allowed.