Wisej.NET Migration
  • Introduction
  • WinForms to Wisej.NET
    • WinForms Migration First Steps
    • Advanced Topics
      • Statics vs. Session Variables
      • Reporting
      • Office Automation
      • Modal Dialogs
      • Registry Access
      • File Access
    • Optimizations After Migration
      • Alert Boxes
      • Watermarks
      • Tool Buttons
      • Enhanced TabControl
      • Enhanced DataGridView
      • AllowHtml
      • Label Wrapper
      • VirtualScroll
      • Theming
      • Responsive Properties
  • VB6 to Wisej.NET
    • VB6 Migration First Steps
  • Gupta to Wisej.NET
    • SAL Migration First Steps
  • Visual WebGUI to Wisej.NET
    • VWG Migration First Steps
    • VWG Advanced Migration
Powered by GitBook
On this page

Was this helpful?

  1. WinForms to Wisej.NET
  2. Optimizations After Migration

Responsive Properties

PreviousThemingNextVB6 Migration First Steps

Last updated 2 years ago

Was this helpful?

Most WinForms applications are designed for specific screen resolutions and are mostly not very flexible.

Wisej.NET applications can be accessed from a lot of different devices including PCs, tablets, mobile phones etc. They all have different screen resolutions and ideally the UI should adapt to all of their capabilities.

This is where can help you to achieve this based on profiles for the different device types. You can change controls visibility, location, size etc. in a very convenient way including full preview at design time.

Responsive Properties