c# - ProgressBar as background for DataGridView rows -


Is it possible to set progress bar in the form of background for the DataGridView line? Or only one part of the line from left to right? I have rows that represent some dynamically changing data and I have to show this progress somehow I want to use a full line background as a progress bar, how can I do this?

If you want to use the entire line then it is best to override the DataGridRow Using DataGrid.RowStyle , you then burn a progress below other content, for example

   & Lt ;! - Rest of the default template here - & gt; & Lt; / Grid & gt; & Lt; / ControlTemplate & gt; & Lt; /Setter.Value> & Lt; / Setter Property = "Template" & gt;    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -