Click here to Skip to main content
15,887,240 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Executes a delegate on the thread that owns the control's underlying window handle Pin
Ian Shlasko2-Dec-09 5:06
Ian Shlasko2-Dec-09 5:06 
GeneralRe: Executes a delegate on the thread that owns the control's underlying window handle Pin
cppwxwidgetsss2-Dec-09 18:23
cppwxwidgetsss2-Dec-09 18:23 
QuestionMenuItem like the Sort menuitem in Firefox 3's Organize Bookmarks ... ? Pin
Mohammad Dayyan1-Dec-09 23:01
Mohammad Dayyan1-Dec-09 23:01 
AnswerRe: MenuItem like the Sort menuitem in Firefox 3's Organize Bookmarks ... ? Pin
Ashfield2-Dec-09 1:32
Ashfield2-Dec-09 1:32 
QuestionShould I use Silverlight Pin
Mycroft Holmes1-Dec-09 19:26
professionalMycroft Holmes1-Dec-09 19:26 
AnswerRe: Should I use Silverlight Pin
Mark Salsbery2-Dec-09 8:28
Mark Salsbery2-Dec-09 8:28 
GeneralRe: Should I use Silverlight Pin
Mycroft Holmes2-Dec-09 12:05
professionalMycroft Holmes2-Dec-09 12:05 
QuestionWPF Data Grid Auto Height problem Pin
wasimsharp30-Nov-09 21:44
wasimsharp30-Nov-09 21:44 
hi friends i use wpf Datagrid.

<br />
 <Custom:DataGrid  VirtualizingStackPanel.IsVirtualizing="True" VirtualizingStackPanel.VirtualizationMode="Recycling" EnableRowVirtualization="True"   SelectionUnit="FullRow" RowBackground="Aqua" AlternatingRowBackground="Beige"   IsReadOnly="True"  SelectionMode="Extended" AutoGenerateColumns="False"   Background="White" FontWeight="Bold" FontFamily="Arial" FontSize="10.667" Height="Auto"  x:Name="dgChronicDiagnosis" HorizontalGridLinesBrush="{x:Null}" VerticalScrollBarVisibility="Auto"    MinHeight="0"  VerticalGridLinesBrush="{x:Null}" GridLinesVisibility="None" RowDetailsVisibilityMode="Collapsed"   BorderBrush="{x:Null}" ColumnHeaderStyle="{DynamicResource DataGridColumnHeaderStyle}" RowStyle="{DynamicResource DataGridRowStyle1}" BorderThickness="0"  Margin="0,4,0,0" VerticalAlignment="Center" VerticalContentAlignment="Stretch" IsSynchronizedWithCurrentItem="True" AreRowDetailsFrozen="True"><br />
                        <Custom:DataGrid.Columns><br />
<br />
											<br />
			<Custom:DataGridTemplateColumn  Header="OnSet" Width="10*"  CellStyle="{DynamicResource TempDataGridCellStyle}" ><br />
								<Custom:DataGridTemplateColumn.CellTemplate><br />
									<DataTemplate ><br />
										<TextBlock Text="{Binding ONSET}"    FontFamily="Arial" FontSize="10.667"/><br />
									</DataTemplate><br />
								</Custom:DataGridTemplateColumn.CellTemplate><br />
							</Custom:DataGridTemplateColumn><br />
							<br />
						</Custom:DataGrid.Columns><br />
					</Custom:DataGrid><br />


Now when i bind the Data grid with list having one record there i lot of white space as record increases the space also increases

WANTED wasim khan(Killed 50 Innocent Buggs, Distroyed 200 Exception, make 5 Project Hostage) any Compnay Hire him will pay 30,000. Best place where u can get him is Sorcim Technologies Murre Road RWP

AnswerRe: WPF Data Grid Auto Height problem Pin
Super Lloyd2-Dec-09 14:43
Super Lloyd2-Dec-09 14:43 
Question[Message Deleted] Pin
noufal200930-Nov-09 21:05
noufal200930-Nov-09 21:05 
AnswerRe: textbox validation in silverlight Pin
Abhinav S30-Nov-09 21:57
Abhinav S30-Nov-09 21:57 
GeneralRe: textbox validation in silverlight Pin
noufal200930-Nov-09 23:08
noufal200930-Nov-09 23:08 
AnswerRe: textbox validation in silverlight Pin
Abhinav S30-Nov-09 23:15
Abhinav S30-Nov-09 23:15 
GeneralRe: textbox validation in silverlight Pin
noufal200930-Nov-09 23:35
noufal200930-Nov-09 23:35 
AnswerRe: textbox validation in silverlight [modified] Pin
Abhinav S30-Nov-09 23:45
Abhinav S30-Nov-09 23:45 
GeneralRe: textbox validation in silverlight Pin
Mark Salsbery1-Dec-09 8:08
Mark Salsbery1-Dec-09 8:08 
AnswerRe: textbox validation in silverlight Pin
fred_1-Dec-09 4:40
fred_1-Dec-09 4:40 
QuestionValidationRule bind two values Pin
ezazazel30-Nov-09 20:25
ezazazel30-Nov-09 20:25 
AnswerRe: ValidationRule bind two values Pin
Pete O'Hanlon30-Nov-09 21:42
mvePete O'Hanlon30-Nov-09 21:42 
Questionhelp animation wpf - vb Pin
Member 360941530-Nov-09 6:55
Member 360941530-Nov-09 6:55 
AnswerRe: help animation wpf - vb Pin
Christian Graus1-Dec-09 5:32
protectorChristian Graus1-Dec-09 5:32 
QuestionWPF property xaml serialization in design time problem Pin
Thomas Duwe30-Nov-09 3:20
Thomas Duwe30-Nov-09 3:20 
QuestionDesign issue Pin
Tauseef A29-Nov-09 16:51
Tauseef A29-Nov-09 16:51 
AnswerRe: Design issue Pin
Mark Salsbery30-Nov-09 9:17
Mark Salsbery30-Nov-09 9:17 
QuestionAdvantages and disadvantage using sliverlight Pin
Gopal_Kanchana27-Nov-09 18:22
Gopal_Kanchana27-Nov-09 18:22 

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.