Function call works when called internally from in its control but not externally from the main app
问题 I have used some code that i retrieved from this website to create a scrolling terminal type window. The example works very well, so i decided i would turn it into a basic control so i could reuse. In the control I have a "LogEntry" type list that is databound to an "items control" so when the list gets updated, so does the items control. This list gets updated by calling the "AddEntry" function. When this function is called internally from the control, the list notifies the "ItemsControl"