Click here to Skip to main content
15,913,610 members
Home / Discussions / C#
   

C#

 
QuestionSelecting a combo box item by pressing tab Pin
Johan Lombaard8-May-07 23:11
Johan Lombaard8-May-07 23:11 
AnswerRe: Selecting a combo box item by pressing tab Pin
Blumen9-May-07 0:55
Blumen9-May-07 0:55 
QuestionWrite data -> Serial port Pin
-=gix=-8-May-07 22:18
-=gix=-8-May-07 22:18 
AnswerRe: Write data -> Serial port Pin
Muammar©8-May-07 22:35
Muammar©8-May-07 22:35 
AnswerRe: Write data -> Serial port Pin
stancrm8-May-07 23:06
stancrm8-May-07 23:06 
GeneralRe: Write data -> Serial port Pin
-=gix=-9-May-07 3:25
-=gix=-9-May-07 3:25 
QuestionUIEditor & Service Providers Pin
urbane.tiger8-May-07 22:02
urbane.tiger8-May-07 22:02 
Questionselecting a node in a treeview Pin
OlaMohammed8-May-07 22:00
OlaMohammed8-May-07 22:00 
AnswerRe: selecting a node in a treeview Pin
Muammar©8-May-07 22:56
Muammar©8-May-07 22:56 
Questionparallel port Pin
fark18-May-07 21:45
fark18-May-07 21:45 
AnswerRe: parallel port Pin
Christian Graus8-May-07 21:56
protectorChristian Graus8-May-07 21:56 
QuestionTrasparent panel Pin
sujithkumarsl8-May-07 21:21
sujithkumarsl8-May-07 21:21 
AnswerRe: Trasparent panel Pin
andre_swnpl8-May-07 21:35
andre_swnpl8-May-07 21:35 
GeneralRe: Trasparent panel Pin
sujithkumarsl8-May-07 21:37
sujithkumarsl8-May-07 21:37 
GeneralRe: Trasparent panel Pin
sujithkumarsl8-May-07 22:05
sujithkumarsl8-May-07 22:05 
AnswerRe: Trasparent panel Pin
Martin#8-May-07 22:36
Martin#8-May-07 22:36 
AnswerRe: Trasparent panel Pin
AFSEKI8-May-07 22:46
AFSEKI8-May-07 22:46 
GeneralRe: Trasparent panel Pin
sujithkumarsl9-May-07 0:12
sujithkumarsl9-May-07 0:12 
GeneralRe: Trasparent panel Pin
Blumen9-May-07 1:02
Blumen9-May-07 1:02 
GeneralRe: Trasparent panel Pin
sujithkumarsl9-May-07 2:27
sujithkumarsl9-May-07 2:27 
Questionskmmenu query Pin
Yogesh Jamkhindikar8-May-07 20:54
Yogesh Jamkhindikar8-May-07 20:54 
Questionparallel port Pin
fark18-May-07 20:29
fark18-May-07 20:29 
AnswerRe: parallel port Pin
Muammar©8-May-07 20:56
Muammar©8-May-07 20:56 
QuestionGatagridview control - WrapMode property Pin
madhusri8-May-07 20:16
madhusri8-May-07 20:16 
Hello All,

I have a datagridview control to display information like the file name and file path. The file paths displayed are all long strings and i want them to wrap to the column. To achieve this i have set the follwinf properties:

1) DefaultCellStyle.WrapMode = DataGridViewTriState.True
2) AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill
3) AutoSizeRowsMode = DataGridViewAutoSizeRowsMode.DisplayedCellsExceptHeaders

Here i find that the text gets wrapped only if space is provided in the text. I have almost all the file paths with no space and hence the text is not getting wrapped. Please help me out to solve this issue.

Thanks in advance

Thanks and Regards
Madhu

QuestionHow to Clear Grid view in C# [modified] Pin
NK78-May-07 20:10
NK78-May-07 20:10 

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.