When the XtraTabControl is used in MultiLine mode, it automatically moves the currently selected line to the last position. This example demonstrates how to change this behavior by registering custom paint styles.
Question Comments
Added By: Sathya Ramakrishnan at: 4/19/2016 3:09:36 AM Neat ! just took the specific skin class and called the register. "MyTabStylesRegistrator.Register();" and commented the rest. works like charm. Thank you guys.