BlueSky.Windows.ValueLabelsSubDialog.createList C# (CSharp) Method

createList() public method

public createList ( ) : void
return void
        public void createList()
        {
            Listbox.ItemsSource = factormap; 
            Listbox.Width = 400;
            KeyboardNavigation.SetTabNavigation(Listbox, KeyboardNavigationMode.Cycle);

        }