x


Clickable Scrollable List?

SelectionGrid cannot seem to be combined with ScrollView. How do you create a clickable scrollable GUI list?

more ▼

asked Jun 10 '11 at 07:50 AM

ina gravatar image

ina
3.3k 492 551 602

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

Making a grid inside a scroll view is posible

scroll = GUI.BeginScrollView (outside, scroll, inside);
shopSelection = GUI.SelectionGrid (inside, shopSelection, shopList.shopNames, rowDisplay);   
GUI.EndScrollView();
more ▼

answered Jun 10 '11 at 07:52 AM

pietothemax gravatar image

pietothemax
16 1 1 1

for some reason the scrollbar does not show up for me in the snippet you posted or the one i tried..

Jun 10 '11 at 07:58 AM ina

is the inside bigger than the outside? you can also specify to always show vertical/horizontal bar

Jun 10 '11 at 08:30 AM Usul

the inside needs to be bigger than the outside

Jun 11 '11 at 03:46 AM pietothemax
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x3697
x244
x76
x62
x38

asked: Jun 10 '11 at 07:50 AM

Seen: 2386 times

Last Updated: Jun 11 '11 at 03:46 AM