panel scorrevole in preview

This commit is contained in:
Samuele E. Locatelli
2020-01-27 19:58:10 +01:00
parent a7236a4a01
commit b72c753df2
2 changed files with 15 additions and 4 deletions
+6 -4
View File
@@ -10,15 +10,17 @@
<asp:HiddenField ID="hfBatchID" runat="server" />
<div class="row text-center small">
<div class="col-1 pr-0 small">
<uc1:cmp_BP_bunkList runat="server" id="cmp_BP_bunkList" />
<uc1:cmp_BP_bunkList runat="server" ID="cmp_BP_bunkList" />
</div>
<div class="col-9 px-0">
<h3>Batch preview</h3>
<uc1:cmp_slider runat="server" id="cmp_slider" />
<uc1:cmp_MU_svgViewer runat="server" id="cmp_MU_svgViewer" />
<uc1:cmp_slider runat="server" ID="cmp_slider" />
<uc1:cmp_MU_svgViewer runat="server" ID="cmp_MU_svgViewer" />
</div>
<div class="col-2 pl-0 small">
<uc1:cmp_BP_sheetList runat="server" id="cmp_BP_sheetList" />
<asp:Panel runat="server" ID="pnlSheets" Height="80em" ScrollBars="Auto">
<uc1:cmp_BP_sheetList runat="server" ID="cmp_BP_sheetList" />
</asp:Panel>
</div>
</div>
</asp:Content>
+9
View File
@@ -50,6 +50,15 @@ namespace NKC_WF.site
/// </remarks>
protected global::NKC_WF.WebUserControls.cmp_MU_svgViewer cmp_MU_svgViewer;
/// <summary>
/// Controllo pnlSheets.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.Panel pnlSheets;
/// <summary>
/// Controllo cmp_BP_sheetList.
/// </summary>