
Hi,
I´m drawing some adornments by using a tagger to insert IIntraTextSpacerTags. It is neccessary to add these tags to the tagger in the TextAreaLayout event of the view. The problem is that tags added in this event are not drawn as adornments (it seems that the event is fired after the adornment cycle?). Is it possible to manually trigger the drawing of the adornments (the tags are present in the tagger, they just don´t get consumed)? A solution by just overriding the GetTags method of the tagger is not possible for our needs.
Thanks in advance.
I´m drawing some adornments by using a tagger to insert IIntraTextSpacerTags. It is neccessary to add these tags to the tagger in the TextAreaLayout event of the view. The problem is that tags added in this event are not drawn as adornments (it seems that the event is fired after the adornment cycle?). Is it possible to manually trigger the drawing of the adornments (the tags are present in the tagger, they just don´t get consumed)? A solution by just overriding the GetTags method of the tagger is not possible for our needs.
Thanks in advance.