Home › Forums › General XMetaL Discussion › Override opening element on click event › Reply To: Override opening element on click event
Reply to: Override opening element on click event
September 10, 2014 at 2:53 pmI am using Xmetal 7.0.
I have a function that selects/highlights a parent Node
XmetalControl.Selection.SelectNodeContents(parent)
XmetalControl.Selection.SelectElement()
This is working well, but the issue I am having is that if the node is longer that what is displayed on the screen, the editor scrolls to the end of the Node, is there a way to prevent the scrolling from happening?
Thanks.