2
votes
0answers
23 views
How to force a certain UserControl design
I am writing a Base UserControl, that will be inherited by a bunch of other UserControls. I need to enforce a certain design for all these descendant controls (e.g. a couple of bu …
0
votes
1answer
36 views
100% div (with 10px margin on top of DIV)
Hay guys, I'm using this hack to get a cross browser 100% height DIV
/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */
html,body {margin:0;padding:0}
#out …
0
votes
2answers
38 views
Very basic WPF layout question
Hi All,
<StackPanel>
<GroupBox>
<StackPanel Orientation="Horizontal">
<ListBox></ListBox>
…
2
votes
5answers
53 views
Why is my “container” div not containing my floated elements?
I'm creating a website for my schools "Math Relay" competition.
I have a "Container" div (with a white background), then a top-bar, left-bar, and right-bar div inside the containe …
1
vote
1answer
16 views
Blackberry - set position of field on the screen?
I want to position my field at specified positions.
4
votes
7answers
73 views
WPF Layout of user control as a run
Hi
In WPF, I want to create a Window that looks like the following:
On the screen are four user control, #1, 2, 3, 4. As you can see, user control 2 should not be rendered as …
1
vote
1answer
19 views
Expression Blend’s default LayoutRoot
Is there a way to change the default LayoutRoot type in Expression Blend 3? Currently, I'm prototyping in SketchFlow, and I prefer Canvas over the Grid, and it's annoying to change …
7
votes
20answers
675 views
How do you normally make a program look beautiful?
How can I make an Application look nice and not like an amateur pulled it together?
I mean graphic-wise.
Is there some sort of book you can read regarding beautiful program layou …
0
votes
1answer
16 views
WPF: Grid layout - how can I get row and column of element with MouseMove or similar events, when cursor is over empty cell?
Hello,
As I stated in title to this question - I have an WPF Grid based layout with two header rows and few empty ones. Grid has about 100 columns.
I am trying to achieve the sit …
0
votes
0answers
25 views
How to align the text to top of TextView?
How to align the text to top of a TextView?
Equivalent Android API for Swings setInsets()?
that is top of text should start be in (0,0) of TextView
<?xml version="1.0" encodin …
0
votes
1answer
25 views
[Android] Changing LayoutParams programatically has no effect. Why?
I have a custom view, derived from Button, which I want to position at runtime, relative to another view. Because I don't know that other view's position yet when my view is being …
60
votes
16answers
1k views
Are fluid websites worth making anymore?
Hey guys,
I'm making a website now and I am trying to decide if I should make it fluid or not. Fixed width websites are much easier to make and also much easier to make them appea …
0
votes
1answer
15 views
Centring a flow in Shoes
Can I center the contents of a flow in Shoes?
I know that a paragraph can be centred like:
para 'Centred paragrpah', :align=>'center'
However, this does not work with flows: …
1
vote
2answers
35 views
How can I place element to position with Silverlight?
I want to draw rectangle to position what I get from startPoint, but now it places my rectangle to middle of PictureCanvas, when I want to put it in startPoint position
private vo …
122
votes
67answers
11k views
Why not use tables for layout in HTML?
It seems to be the general opinion that tables should not be used for layout in HTML.
Why?
I have never (or rarely to be honest) seen good arguments for this. The usual answers …
