2. In my window, I have a row of buttons arranged across the top
and my text area immediately below it. I want to use the special
effects of having the text page scroll to the left or right when the
user clicks on the right or left arrow. Problem is I only want the
text area to scroll not the whole window. Is there an easy way to
do this? I think one way I can do it is instead of having multiple
cards, I'll just have one card with multiple text areas on top of one
another and do a hide and show whenever appropriate. But I don't
think I'll be able to use the scroll left or right special effects
if I do this.
My window looks like this:
----------------------------------------|
|
button_a button_b button_c |
-----------------------------------------
|
|
Text Area |
|
-----------------------------------------
<--- ---> |
-----------------------------------------