Click here to Skip to main content
15,892,269 members
Home / Discussions / WPF
   

WPF

 
QuestionWPF- MVVM - Listbox databinding and changing the listbox item color and isenabled property Pin
adi jeevan sagar30-Jul-13 18:43
adi jeevan sagar30-Jul-13 18:43 
QuestionHow to make my WPF based app remain on top Pin
vonb29-Jul-13 21:14
vonb29-Jul-13 21:14 
AnswerRe: How to make my WPF based app remain on top Pin
Mycroft Holmes29-Jul-13 21:36
professionalMycroft Holmes29-Jul-13 21:36 
GeneralRe: How to make my WPF based app remain on top Pin
vonb29-Jul-13 21:41
vonb29-Jul-13 21:41 
GeneralRe: How to make my WPF based app remain on top Pin
Richard MacCutchan29-Jul-13 22:19
mveRichard MacCutchan29-Jul-13 22:19 
GeneralRe: How to make my WPF based app remain on top Pin
vonb29-Jul-13 22:40
vonb29-Jul-13 22:40 
Questionhow to add xaml pages in aspx pages Pin
Member 793334329-Jul-13 1:43
Member 793334329-Jul-13 1:43 
AnswerRe: how to add xaml pages in aspx pages Pin
Jason Gleim27-Aug-13 6:00
professionalJason Gleim27-Aug-13 6:00 
When you add a SL page to an aspx (or any web page for that matter) you are adding the Silverlight runtime object. You never inline the xaml page itself (unless, of course, you want to show the xaml). The SL runtime object embeds just like any other active object... flash for example... but you pass in the URL of the xap the object should load.

If you want two SL apps on a page, just add a second SL runtime object to the page and point it to a 2nd xap.

If you want two pages in your one SL app, you need to look up page navigation in Silverlight. That is an SL function... not an aspx issue.
Questionwpf databound datagrid - how to prevent duplications Pin
Member 938944424-Jul-13 5:33
Member 938944424-Jul-13 5:33 
AnswerRe: wpf databound datagrid - how to prevent duplications Pin
Mycroft Holmes24-Jul-13 12:38
professionalMycroft Holmes24-Jul-13 12:38 
GeneralRe: wpf databound datagrid - how to prevent duplications Pin
Member 938944425-Jul-13 2:10
Member 938944425-Jul-13 2:10 
Questionhow to increase row height in datagrid Pin
thecco21-Jul-13 21:17
thecco21-Jul-13 21:17 
AnswerRe: how to increase row height in datagrid Pin
Kenneth Haugland22-Jul-13 22:43
mvaKenneth Haugland22-Jul-13 22:43 
GeneralRe: how to increase row height in datagrid Pin
thecco22-Jul-13 23:01
thecco22-Jul-13 23:01 
AnswerRe: how to increase row height in datagrid Pin
Mycroft Holmes22-Jul-13 23:00
professionalMycroft Holmes22-Jul-13 23:00 
QuestionProblem with datagrid Pin
Arun kumar Gautam18-Jul-13 23:49
Arun kumar Gautam18-Jul-13 23:49 
AnswerRe: Problem with datagrid Pin
Richard MacCutchan19-Jul-13 2:34
mveRichard MacCutchan19-Jul-13 2:34 
AnswerRe: Problem with datagrid Pin
RuchiH23-Jul-13 1:13
RuchiH23-Jul-13 1:13 
QuestionRe: Problem with datagrid Pin
arif77724-Jul-13 2:09
arif77724-Jul-13 2:09 
QuestionCan we use Handler (.ashx) files in Silverlight?? Pin
Mohammed Hameed18-Jul-13 1:27
professionalMohammed Hameed18-Jul-13 1:27 
AnswerRe: Can we use Handler (.ashx) files in Silverlight?? Pin
Emmanuel Medina18-Jul-13 9:18
professionalEmmanuel Medina18-Jul-13 9:18 
GeneralRe: Can we use Handler (.ashx) files in Silverlight?? Pin
AlphaDeltaTheta18-Jul-13 16:02
AlphaDeltaTheta18-Jul-13 16:02 
GeneralRe: Can we use Handler (.ashx) files in Silverlight?? Pin
Mohammed Hameed18-Jul-13 20:03
professionalMohammed Hameed18-Jul-13 20:03 
AnswerRe: Can we use Handler (.ashx) files in Silverlight?? Pin
AlphaDeltaTheta18-Jul-13 16:06
AlphaDeltaTheta18-Jul-13 16:06 
GeneralRe: Can we use Handler (.ashx) files in Silverlight?? Pin
Mohammed Hameed18-Jul-13 20:08
professionalMohammed Hameed18-Jul-13 20:08 

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.