Change the size of the header and footer - SmartPlant Foundation - IM Update 44 - Customization & Programming - Hexagon

SmartPlant Foundation Customization

Language
English
Product
SmartPlant Foundation
Search by Category
Customization & Programming
SmartPlant Foundation / SDx Version
10

There are a set of default header and footer size settings that all new WPF modules must use. To use the default settings, you must add the code to your Module class, such as the example seen in the SPEModuleBase.

We recommend that you copy and paste this code to ensure that you keep the animation styles exactly the same throughout the application.

   Private Const HEADER_HEIGHT As Integer = 80

   Private Const FOOTER_HEIGHT As Integer = 45