Click here to Skip to main content
15,889,808 members
Home / Discussions / WPF
   

WPF

 
QuestionImage.ImageSource to string ? Pin
Mohammad Dayyan3-Apr-10 16:58
Mohammad Dayyan3-Apr-10 16:58 
AnswerRe: Image.ImageSource to string ? Pin
Abhinav S3-Apr-10 18:09
Abhinav S3-Apr-10 18:09 
QuestionWPF DataGrid row backgound Pin
koleraba3-Apr-10 7:47
koleraba3-Apr-10 7:47 
AnswerRe: WPF DataGrid row backgound Pin
Abhinav S3-Apr-10 7:59
Abhinav S3-Apr-10 7:59 
GeneralRe: WPF DataGrid row backgound Pin
koleraba3-Apr-10 8:06
koleraba3-Apr-10 8:06 
QuestionListView Item Style Pin
Snecx2-Apr-10 9:33
Snecx2-Apr-10 9:33 
AnswerRe: ListView Item Style Pin
Richard MacCutchan2-Apr-10 9:44
mveRichard MacCutchan2-Apr-10 9:44 
GeneralRe: ListView Item Style Pin
Snecx2-Apr-10 11:23
Snecx2-Apr-10 11:23 
I found this post too and some others. But i can´t find a solution for my problem. I found an example which is almost i want.
The border in this solution is very "light" but i need a solid border. I tried alot but i didn´t hit the correct switches.
So can someone point me to the right way?
<Style x:Key="RedGlowItemContainer" TargetType="{x:Type ListViewItem}">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ListViewItem}">
<Border Background="Black" CornerRadius="4" BorderThickness="1" x:Name="IconBorder" Margin="1,1,1,1" >
<ContentPresenter />
</Border>
<ControlTemplate.Triggers>

<Trigger Property="IsSelected" Value="true">
<Setter TargetName="IconBorder" Property="BitmapEffect">
<Setter.Value>
<OuterGlowBitmapEffect GlowColor="White" GlowSize="5"/>
</Setter.Value>
</Setter>
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
GeneralRe: ListView Item Style Pin
Richard MacCutchan2-Apr-10 22:03
mveRichard MacCutchan2-Apr-10 22:03 
QuestionRemoving Underline of Hyperlink control in WPF Pin
Hema Bairavan31-Mar-10 18:43
Hema Bairavan31-Mar-10 18:43 
AnswerRe: Removing Underline of Hyperlink control in WPF Pin
Parwej Ahamad31-Mar-10 19:39
professionalParwej Ahamad31-Mar-10 19:39 
AnswerRe: Removing Underline of Hyperlink control in WPF Pin
shyam sohane29-Jun-10 19:26
shyam sohane29-Jun-10 19:26 
QuestionDimming the indicator of a custom progressbar Pin
2hdass31-Mar-10 18:36
2hdass31-Mar-10 18:36 
QuestionChecking if User-Control DLL is being used by EXE Pin
Prasoon Chaudhary31-Mar-10 0:19
Prasoon Chaudhary31-Mar-10 0:19 
AnswerRe: Checking if User-Control DLL is being used by EXE Pin
Pete O'Hanlon31-Mar-10 0:28
mvePete O'Hanlon31-Mar-10 0:28 
GeneralRe: Checking if User-Control DLL is being used by EXE Pin
Prasoon Chaudhary31-Mar-10 0:42
Prasoon Chaudhary31-Mar-10 0:42 
GeneralRe: Checking if User-Control DLL is being used by EXE Pin
Pete O'Hanlon31-Mar-10 0:45
mvePete O'Hanlon31-Mar-10 0:45 
Questionsilverlight application template missing Pin
lkrfan30-Mar-10 18:37
lkrfan30-Mar-10 18:37 
AnswerRe: silverlight application template missing Pin
Abhinav S31-Mar-10 19:14
Abhinav S31-Mar-10 19:14 
GeneralRe: silverlight application template missing Pin
lkrfan1-Apr-10 3:43
lkrfan1-Apr-10 3:43 
GeneralRe: silverlight application template missing Pin
Abhinav S1-Apr-10 5:41
Abhinav S1-Apr-10 5:41 
GeneralRe: silverlight application template missing Pin
lkrfan1-Apr-10 7:42
lkrfan1-Apr-10 7:42 
GeneralNo experience, learning C# & WPF Pin
tim.gent@gmail.com30-Mar-10 5:22
tim.gent@gmail.com30-Mar-10 5:22 
GeneralRe: No experience, learning C# & WPF Pin
Parwej Ahamad30-Mar-10 9:34
professionalParwej Ahamad30-Mar-10 9:34 
GeneralRe: No experience, learning C# & WPF Pin
tim.gent@gmail.com30-Mar-10 12:49
tim.gent@gmail.com30-Mar-10 12:49 

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.