I have a TabControl object with some TabItem objects inside. Now the TabItem width sum is not long enough to fill the space on the right:
Now I want to have one of the following options:
alt text http://img111.imageshack.us/img111/4158/67279984.png
What properties should I set for archiving one of the projects above? For the second project, I tried to configure the HorizontalAlignment ("center") property in the TabItem objects and the HorizontalContentAglinment property (to the "center") in the TabControl object, but it does not work.
Can someone indicate what I should do to implement the design? I prefer the first design, but if it is impossible or very difficult, the second will also be pleasant.
Thanks.
user191720
source share