CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Threaded View

  1. #1
    Join Date
    Dec 2009
    Location
    Kathmandu,Nepal
    Posts
    168

    [RESOLVED] managing Text Block!

    Hi! This is my first WPF application. Here I have 25 Text Blocks side by side and the window is set at maximized state. And Here is the Problem when My system screen resolution at 800 X 600 it runs fine because window size is of 800 X 600.....but when my system screen resolution is set more than that only middle text text block stretches and if I improve the anchoring all the text boxes gets together in one side of the screen leaving the other half empty which does not look nice.
    I have tried the same thing on the Windows Form but failed after long try which is the same reason why I shifted to WPF. I have similar threads over the C# window form forum so the guys who have spend their time helping me, please dont get pissed off...I have tried my best solving this problem.....
    Everything ashide Help on this part would be really Helpful...
    Last edited by rocky_upadhaya; February 11th, 2010 at 06:24 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured