Esempio n. 1
0
		public NodeLayout(AdvTree treeControl, Rectangle clientArea, LayoutSettings layoutSettings)
		{
			m_Tree=treeControl;
			m_ClientArea=clientArea;
            _LayoutSettings = layoutSettings;
		}
Esempio n. 2
0
        public NodeTileLayout(AdvTree treeControl, Rectangle clientArea, LayoutSettings layoutSettings)
            : base(treeControl, clientArea, layoutSettings)
		{
		}
Esempio n. 3
0
 /// <summary>
 /// Initializes a new instance of the CellTileLayout class.
 /// </summary>
 public CellTileLayout(LayoutSettings layoutSettings) : base(layoutSettings)
 {
     
 }
Esempio n. 4
0
			public CellLayout(LayoutSettings layoutSettings)
			{
                _LayoutSettings = layoutSettings;
			}