Too wide page - why?
-
Hello, One of my pages is being displayed very wide and long. Much beyond the limits of the content in it. The page contains a datagrid which is being updated with its columns (bounded and templates) dynamically from the codebehind. Someone told me it might be the problem. Is it? or is it something else? If someone is familiar with this problem I'll be gratefull for his help. Thank you
-
Hello, One of my pages is being displayed very wide and long. Much beyond the limits of the content in it. The page contains a datagrid which is being updated with its columns (bounded and templates) dynamically from the codebehind. Someone told me it might be the problem. Is it? or is it something else? If someone is familiar with this problem I'll be gratefull for his help. Thank you
Well, is there actual data taking up this room, or just spaces ? Chances are that you're using a span, or other HTML construct that forces stuff to all be on the one line. Christian Graus - Microsoft MVP - C++
-
Hello, One of my pages is being displayed very wide and long. Much beyond the limits of the content in it. The page contains a datagrid which is being updated with its columns (bounded and templates) dynamically from the codebehind. Someone told me it might be the problem. Is it? or is it something else? If someone is familiar with this problem I'll be gratefull for his help. Thank you
Hi there, maybe snippet of code is easier to find out something ;(. But, anyway, which kind of unit u r using to set the page's size? I mean u r using: pixel or percentage? << >>
-
Hello, One of my pages is being displayed very wide and long. Much beyond the limits of the content in it. The page contains a datagrid which is being updated with its columns (bounded and templates) dynamically from the codebehind. Someone told me it might be the problem. Is it? or is it something else? If someone is familiar with this problem I'll be gratefull for his help. Thank you