Click here to Skip to main content
15,883,901 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: policy issue Pin
Tauseef A29-Nov-09 16:48
Tauseef A29-Nov-09 16:48 
QuestionProblem with ScreenSpaceLines3D Pin
Alaajabre25-Nov-09 1:04
Alaajabre25-Nov-09 1:04 
Questionwpf 3d transparency Pin
wpftester25-Nov-09 0:52
wpftester25-Nov-09 0:52 
AnswerRe: wpf 3d transparency Pin
Pete O'Hanlon25-Nov-09 1:47
mvePete O'Hanlon25-Nov-09 1:47 
QuestionGetting Started - WPF/ WCF/ WWF Pin
Anoop Brijmohun24-Nov-09 22:43
Anoop Brijmohun24-Nov-09 22:43 
AnswerRe: Getting Started - WPF/ WCF/ WWF Pin
Mark Salsbery25-Nov-09 15:55
Mark Salsbery25-Nov-09 15:55 
AnswerRe: Getting Started - WPF/ WCF/ WWF Pin
sisvis26-Nov-09 2:56
sisvis26-Nov-09 2:56 
QuestionWPF Table control Pin
Nekkantidivya24-Nov-09 1:07
Nekkantidivya24-Nov-09 1:07 
Hi,

I am working on a WPF application. I want to place table with some lable controls in my form to display data. For this I tried the folowing code.


<FlowDocumentReader Margin="131,133.738,184,217.262" ScrollViewer.HorizontalScrollBarVisibility="Hidden" >
<FlowDocument >

<Table CellSpacing="3" >

<Table.Columns>
<TableColumn Width="80" />
</Table.Columns>

<TableRowGroup>
<!-- Header row for the table. -->
<TableRow Background="Orange">
<TableCell>
<TextBox x:Name="txtTransmiterFee" Width="80" LostFocus="txtTaxPreperationFee_LostFocus"></TextBox>
</TableCell>

</TableRow>
</TableRowGroup>
</Table>
</FlowDocument>

Here I am getting some extra features for zooming, scrollbar etc, but I want just a table.

If any one have any idea to place a table control in WPF or amy modifications in this code to display just like a table, please reply me.

Thanks in advance.
AnswerRe: WPF Table control Pin
Mark Salsbery24-Nov-09 6:57
Mark Salsbery24-Nov-09 6:57 
GeneralRe: WPF Table control Pin
Nekkantidivya24-Nov-09 17:00
Nekkantidivya24-Nov-09 17:00 
GeneralRe: WPF Table control Pin
Mark Salsbery24-Nov-09 17:48
Mark Salsbery24-Nov-09 17:48 
QuestionReceiving Messages/Notifications in Silverlight from Stand Alone WF Duplex Service Pin
Topher Clay23-Nov-09 4:56
Topher Clay23-Nov-09 4:56 
QuestionSilverlight Business Application VS Web Application Pin
hussain.attiya22-Nov-09 19:51
hussain.attiya22-Nov-09 19:51 
AnswerRe: Silverlight Business Application VS Web Application Pin
Mark Salsbery23-Nov-09 7:00
Mark Salsbery23-Nov-09 7:00 
GeneralRe: Silverlight Business Application VS Web Application Pin
hussain.attiya23-Nov-09 19:22
hussain.attiya23-Nov-09 19:22 
GeneralRe: Silverlight Business Application VS Web Application Pin
Mark Salsbery24-Nov-09 6:28
Mark Salsbery24-Nov-09 6:28 
QuestionHow to change WPF table width and height Pin
Nekkantidivya22-Nov-09 17:04
Nekkantidivya22-Nov-09 17:04 
GeneralRe: How to change WPF table width and height Pin
AspDotNetDev22-Nov-09 18:30
protectorAspDotNetDev22-Nov-09 18:30 
GeneralRe: How to change WPF table width and height Pin
Richard MacCutchan22-Nov-09 21:46
mveRichard MacCutchan22-Nov-09 21:46 
GeneralRe: How to change WPF table width and height Pin
AspDotNetDev22-Nov-09 21:50
protectorAspDotNetDev22-Nov-09 21:50 
GeneralRe: How to change WPF table width and height Pin
Richard MacCutchan22-Nov-09 22:32
mveRichard MacCutchan22-Nov-09 22:32 
QuestionNew WPF App - DMon [modified] Pin
Jammer22-Nov-09 10:28
Jammer22-Nov-09 10:28 
AnswerRe: New WPF App - DMon Pin
Richard MacCutchan22-Nov-09 11:05
mveRichard MacCutchan22-Nov-09 11:05 
GeneralRe: New WPF App - DMon Pin
Jammer22-Nov-09 11:08
Jammer22-Nov-09 11:08 
GeneralRe: New WPF App - DMon Pin
Richard MacCutchan22-Nov-09 11:33
mveRichard MacCutchan22-Nov-09 11:33 

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.