Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. How to do UI Design that fix in all the screen size

How to do UI Design that fix in all the screen size

Scheduled Pinned Locked Moved WPF
designcsharpwpfhelptutorial
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Joe Rozario
    wrote on last edited by
    #1

    Dear friends, I am new to WPF and I have to design pages, and I do not know how to design pages that fits for many screen size Is it possible to design screen that fits in all the screen size? Then how? If not all the screen size I need to fix it for 4/3 screen resolution like 800 600 1024 768 1280 960 1600 1200 1792 1344 Any idea? Link? Thanks

    P 1 Reply Last reply
    0
    • J Joe Rozario

      Dear friends, I am new to WPF and I have to design pages, and I do not know how to design pages that fits for many screen size Is it possible to design screen that fits in all the screen size? Then how? If not all the screen size I need to fix it for 4/3 screen resolution like 800 600 1024 768 1280 960 1600 1200 1792 1344 Any idea? Link? Thanks

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      The layout system in UI is designed to be resolution independent. Rather than positioning things absolutely, you can lay things out in any one of a number of panels (such as a Grid), and use margins and padding to achieve whatever effects you want.

      "WPF has many lovers. It's a veritable porn star!" - Josh Smith

      As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

      My blog | My articles | MoXAML PowerToys | Onyx

      J 1 Reply Last reply
      0
      • P Pete OHanlon

        The layout system in UI is designed to be resolution independent. Rather than positioning things absolutely, you can lay things out in any one of a number of panels (such as a Grid), and use margins and padding to achieve whatever effects you want.

        "WPF has many lovers. It's a veritable porn star!" - Josh Smith

        As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

        My blog | My articles | MoXAML PowerToys | Onyx

        J Offline
        J Offline
        Joe Rozario
        wrote on last edited by
        #3

        Thanks for reply, My problem like these .. i have button and i specified size for the button in One screen size... when i change to other screen size ..the button size same i tried to by removing button size and just to specify the margin ...if i set margin the (then the margin space remains same) i do not know what to do? thanks

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups