C# Class _3PA.Lib.SetTabOrder

This little class allows to remove and immedialty add all the direct children of a given scrollPanel.ContentPanel Allowing to set the correct tab order for them In Npp, the classic TabOrder is ignored for some reasons, what matters is the order in which the control were added to their parent, hence this class...
Show file Open project: jcaillon/3P

Public Methods

Method Description
RemoveAndAddForTabOrder ( YamuiScrollPanel scrollPanel ) : void

Method Details

RemoveAndAddForTabOrder() public static method

public static RemoveAndAddForTabOrder ( YamuiScrollPanel scrollPanel ) : void
scrollPanel YamuiFramework.Controls.YamuiScrollPanel
return void