Click here to Skip to main content
15,899,026 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: SingleInstance Application Pin
Jammer21-Jun-08 7:06
Jammer21-Jun-08 7:06 
GeneralRe: SingleInstance Application Pin
Pete O'Hanlon22-Jun-08 8:39
mvePete O'Hanlon22-Jun-08 8:39 
GeneralRe: SingleInstance Application Pin
Jammer22-Jun-08 23:43
Jammer22-Jun-08 23:43 
GeneralRe: SingleInstance Application Pin
Pete O'Hanlon23-Jun-08 0:02
mvePete O'Hanlon23-Jun-08 0:02 
GeneralRe: SingleInstance Application Pin
Jammer23-Jun-08 0:41
Jammer23-Jun-08 0:41 
GeneralRe: SingleInstance Application Pin
Jammer20-Jun-08 13:20
Jammer20-Jun-08 13:20 
AnswerRe: SingleInstance Application Pin
RNEELY27-Jun-08 7:43
RNEELY27-Jun-08 7:43 
QuestionBrain hits wall - WPF Help Please Pin
Rei Roldan19-Jun-08 7:54
Rei Roldan19-Jun-08 7:54 
Hello all,

For the past few days i've been trying to reproduce this sort of layout in wpf:

http://img170.imageshack.us/my.php?image=wp3hd5.png[^] But for the life of me I cant even get remotetly close to it. Basically the idea is to present a list of values as:

CountryName;CityName;Currency;Value;
C1;CITY1;E-U;0;
C1;CITY1;E-U;1;
C1;CITY1;U-E;0;
C1;CITY1;U-E;1;
C1;CITY1;U-E;3;
C1;CITY2;E-U;0;
C1;CITY2;E-U;1;

The organize them as shown in the screenshot grouped together by the first 3 columns. My first idea was to Create panels and nest sub controls into that (failed). Rendering grids within cells to get the items to grow accordingly to its children in code (failed). The last option will be to do it manually, as in redoing it with gdi as I have in the past, but wpf looks sooo nice it almost hurts not to try it.

I also took a look at some of Josh Smith's WPF tutorials on working with Treeviews and how to apply datatemplates on them, but hit another wall when trying to render the text vertically and fill the whole area covered by the children.

If someone has any ideas on how I can go about creating this sort of layout please let me know.

Thanks in advance.
/Rei
AnswerRe: Brain hits wall - WPF Help Please Pin
Gideon Engelberth19-Jun-08 10:12
Gideon Engelberth19-Jun-08 10:12 
GeneralRe: Brain hits wall - WPF Help Please Pin
Rei Roldan19-Jun-08 10:21
Rei Roldan19-Jun-08 10:21 
GeneralRe: Brain hits wall - WPF Help Please Pin
Paul Conrad21-Jun-08 4:05
professionalPaul Conrad21-Jun-08 4:05 
QuestionWPF Navigation Pin
BlitzPackage18-Jun-08 8:44
BlitzPackage18-Jun-08 8:44 
AnswerRe: WPF Navigation Pin
Pete O'Hanlon18-Jun-08 8:52
mvePete O'Hanlon18-Jun-08 8:52 
GeneralRe: WPF Navigation Pin
BlitzPackage18-Jun-08 9:00
BlitzPackage18-Jun-08 9:00 
GeneralRe: WPF Navigation Pin
Pete O'Hanlon18-Jun-08 9:11
mvePete O'Hanlon18-Jun-08 9:11 
GeneralRe: WPF Navigation Pin
BlitzPackage19-Jun-08 11:59
BlitzPackage19-Jun-08 11:59 
QuestionHow to link silverlight application created using Blend in asp.net using vs2008? Pin
katelva17-Jun-08 8:04
katelva17-Jun-08 8:04 
AnswerRe: How to link silverlight application created using Blend in asp.net using vs2008? Pin
Michael Sync17-Jun-08 17:10
Michael Sync17-Jun-08 17:10 
GeneralRe: How to link silverlight application created using Blend in asp.net using vs2008? Pin
katelva18-Jun-08 18:22
katelva18-Jun-08 18:22 
GeneralRe: How to link silverlight application created using Blend in asp.net using vs2008? Pin
Michael Sync20-Jun-08 2:03
Michael Sync20-Jun-08 2:03 
GeneralRe: How to link silverlight application created using Blend in asp.net using vs2008? Pin
katelva24-Jun-08 8:34
katelva24-Jun-08 8:34 
GeneralRe: How to link silverlight application created using Blend in asp.net using vs2008? Pin
Michael Sync24-Jun-08 14:52
Michael Sync24-Jun-08 14:52 
QuestionMultiple ItemTemplates in a ListBox Pin
dlarkin7716-Jun-08 1:35
dlarkin7716-Jun-08 1:35 
AnswerRe: Multiple ItemTemplates in a ListBox Pin
Christian Graus16-Jun-08 2:18
protectorChristian Graus16-Jun-08 2:18 
AnswerRe: Multiple ItemTemplates in a ListBox Pin
Gideon Engelberth16-Jun-08 7:37
Gideon Engelberth16-Jun-08 7:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.