Group: Forum Members
Last Active: 11 Years Ago
Posts: 1,
Visits: 1
|
Hello,
I'm using the latest version of Nevron UI for WinForms.
I have created a custom UserControl (using the UserControl Windows Forms template in Visual Studio), and I would like to apply the VistaPlus pallet to this control. The reason for this is because my main program uses the VistaPlus pallet for all forms, and this custom UserControl has scrollbars (autoscroll). I would like my UserControl's scrollbars to match the other scrollbars across main application, and therefore they need to use the VistaPlus skin/pallet.
Thanks! - Chris
|
Group: Forum Members
Last Active: Yesterday @ 1:54 AM
Posts: 3,054,
Visits: 4,009
|
Hello Chris, The easiest way is to put a Docked.Fill NUIPanel as a container control in your custom control and set AutoScroll to true.
Best Regards, Nevron Support Team
|