2014-03-15, 12:41 AM
Code:
// create button strip, but hide it by default
uiButtonStrip = new UiButtonStrip("ButtonList", new string[] {"Test1", "Test2", Test3"}, this, new Hashtable(), skinHelper);
Override the ButtonStripCallback() callback method, so you can handle the button clicks ("Test1", "Test2", "Test3").