Updating Composition Tree from Visual Tree
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
I am implementing scrollable text in a custom control. Each line of text has its own Visual. In the simple case of horizontal scrolling, I replace the Transform of each Visual to produce the desired effect. The scroll bar moves, but the text does not. Am I missing a step that causes the new Transform objects to be reflected (presumably as parameter changes) in the Composition Tree? Ron Martin