I haven't scripted in such a long time, I know this is possible. I can't find it though, I use Dialog Studio.

Code:
dialog help {
  title "Help Center"
  size -1 -1 105 142
  option dbu
  button "Button", 2, 36 125 37 12, ok cancel
  list 1, 26 30 50 50, size
  ; I know that it's supposed to go up here ^
}



How do I add a horizontal scroll bar when it will be needed. Thanks.


-Kurdish_Assass1n