Part 2: Set-up Scene
This section describes the steps to prepare/configure a Scene Tree for the operations in the following chapters.
Create a new Scene
After Importing, a new folder with the same name as the Photoshop file IVI_Sample is created below Solution > Resources in Solution Explorer. The newly created scene IVI_Sample is located in that folder. Move that scene into Solution > Scenes by drag and drop operation.


After the above operation, IVI_Sample scene is selected in Scene Tree panel. If not, click IVI_Sample scene in Solution Explorer panel to display it in Scene Tree.
Configure a Node
The next step is to group the Air Conditioning RadioButtons together inside a GroupBox control. For this GroupBox Control we will configure one of the RadioButtons to be the default selected button.
Drag and drop "Group" from Node 2D in the Toolbox on the right, into the SceneTree panel placing it into the Air Group.




Drag and drop a GroupBox Control from the ToolBox into the SceneTree below the Air Group. Move the Group that has been created in the previous step into that GroupBox.


Select the GroupBox in the SceneTree panel to configure the Default Selected Object in Control in the Properties panel. To do this, click the magnifying glass icon and select RadioButton_AUTO. This will make the Radio Button_AUTO the object that will be selected by default. Additionally, uncheck the "Enable Background"checkbox below. This will disable the group background.

