UI Builder: How to dynamically redraw the page when a dropdown item is selected
Summary Sometimes it may be useful to change the content displayed on the page dynamically. For example, instead of listing 3 articles on one page at the same time, we can give the user the option of which article they want to read. Using a dropdown ...