Question
Problem in adding and removing Bullets at runtime
I need to add nested bullets and can able to remove the selected bullets at runtime. I need to add both bulleted and non bulleted text in the tlf at the same time.
I tried to remove like this-
tlf.listStyleType = ListStyleType.NONE;
But it is not working as required. I want to remove only the bullets of the selected line.
Can any one reply with some suggestions or code to achieve this.
