How to Change Context of Scroll View?

I’m trying to change the text for my scroll view context.

Setting it as a public text:

public Text _txtContent;

Then I set the value here:

//Article
        _txtContent.text = _Game_Functions.Lookup_Article();

Problem is its not changing the context text value

There isn’t anything wrong with the code. Make sure you have things hooked in correctly and the code is actually running. Also, if they text is part of an inputfield, you have to target the inputfield text and not the text component itself.